Html Css Color HEX #BF8018 Dark Goldenrod

📋 copy color: '#BF8018'

red 191 ◦ green 128 ◦ blue 24

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

Shades of Dark Goldenrod #BF8018

Tints of Dark Goldenrod #BF8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

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

R = 55.69%
G = 37.32%
B = 7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF8018 (or 0xBF8018) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 18. RGB value is (191,128,24). Sum of RGB (Red+Green+Blue) = 191+128+24=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8018 is #407FE7. Grayscale: #878787. Windows color (decimal): -4227048 or 1605823. OLE color: 1605823.

HSL color Cylindrical-coordinate representation of color #BF8018: hue angle of 37.37º 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 #BF8018 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 24 -
CMYK 0 0.33 0.87 0.25
HSL 37.37º 0.78% 0.42% -
HSV(B) 37.37º 0.87% 0.75% -
XYZ 29.37 26.58 4.45 -
YUV 134.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 191 128 24 0 0.33 0.87 0.25 37.37 0.78 0.42
Hex BF 80 18 0 21 57 19 25 4E 2A
Octal 277 200 30 0 41 127 31 45 116 52
Binary 10111111 10000000 11000 0 100001 1010111 11001 100101 1001110 101010

Color Harmonies of #BF8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8018

Black with #BF8018

Text Example


Text Example

White with #BF8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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