Html Css Color HEX #BF8918 Dark Goldenrod

📋 copy color: '#BF8918'

red 191 ◦ green 137 ◦ blue 24

#BF8918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BF8918

Tints of Dark Goldenrod #BF8918

RGB

 RED value IS 191 (75% from 255) = 54.26%

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 54.26%
G = 38.92%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF8918 (or 0xBF8918) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 18. RGB value is (191,137,24). Sum of RGB (Red+Green+Blue) = 191+137+24=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8918 is #4076E7. Grayscale: #8C8C8C. Windows color (decimal): -4224744 or 1608127. OLE color: 1608127.

HSL color Cylindrical-coordinate representation of color #BF8918: hue angle of 40.6º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8918 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 24 -
CMYK 0 0.28 0.87 0.25
HSL 40.6º 0.78% 0.42% -
HSV(B) 40.6º 0.87% 0.75% -
XYZ 30.6 29.03 4.86 -
YUV 140.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 191 137 24 0 0.28 0.87 0.25 40.6 0.78 0.42
Hex BF 89 18 0 1C 57 19 29 4E 2A
Octal 277 211 30 0 34 127 31 51 116 52
Binary 10111111 10001001 11000 0 11100 1010111 11001 101001 1001110 101010

Color Harmonies of #BF8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8918

Black with #BF8918

Text Example


Text Example

White with #BF8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8918; }

 p { color: rgb(191,137,24); }

 H1.HeaderClassName
 {
   color: #BF8918;
 }
 .AnyTagClassName
 {
   color: #BF8918;
 }
</style>

background-color css

<style>
 a { background-color: #BF8918; }

 a { background-color: rgb(191,137,24); }

 div.DivClassName
 {
   background-color: #BF8918;
 }
 .BgClassName
 {
   background-color: #BF8918;
 }
</style>

border-color css

<style>
 span { border-color: #BF8918; }

 span { border-color: rgb(191,137,24); }

 td.TdClassName
 {
   border-color: #BF8918;
 }
 .TagClassName
 {
   border-color: #BF8918;
 }
</style>