Color Hex Logo

#bfa317 Color Hex

#BFA317
(191,163,23)
0 Favorites   0 Comments

Color spaces of #bfa317

RGB 19116323
HSL0.140.790.42
HSV50°88°75°
CMYK 0.000.150.88   0.25
XYZ34.737737.33266.1857
Yxy37.33260.44390.4771
Hunter Lab61.1004-5.442336.7679
CIE-Lab67.5258-2.540367.1254

#bfa317 color RGB value is (191,163,23).

#bfa317 hex color red value is 191, green value is 163 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bfa317 hue: 0.14 , saturation: 0.79 and the lightness value of bfa317 is 0.42.

The process color (four color CMYK) of #bfa317 color hex is 0.00, 0.15, 0.88, 0.25. Web safe color of #bfa317 is #cc9900. Color #bfa317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00010111
Octal 277 243 27
Decimal 191 163 23
Hex BF A3 17

RGB Percentages of Color #bfa317

%50.66
%43.24
%6.10

CMYK Percentages of Color #bfa317

%0
%15
%88
%25

Triadic Colors of #bfa317

#bfa317 #17bfa3 #a317bf

Analogous Colors of #bfa317

#bfa317 #87bf17 #bf4f17

Monochromatic Colors of #bfa317

#bfa317

Complementary Color

#bfa317 #1733bf

#bfa317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa317 Color CSS Codes

.mybgcolor {background-color:#bfa317; } 
.myforecolor {color:#bfa317; }
.mybordercolor {border:3px solid #bfa317; }

#bfa317 Text Font Color

<p style="color:#bfa317">Text here</p>

This sample text font color is #bfa317
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfa317 Background Color

<div style="background-color:#bfa317">
Div content here</div>

This div background color is #bfa317


#bfa317 Border Color

<div style="border:3px solid #bfa317">
Div here</div>

This div border color is #bfa317


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,163,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa317; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa317;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa317;
  box-shadow:         1px 1px 3px 2px #bfa317; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,163,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfa317">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa317;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa317;
  box-shadow:         1px 1px 3px 2px #bfa317;">
Div content here</div>

This div box has shadow with color #bfa317


Comments

No comments written yet.

Please login to write comment.