Html Css Color HEX #BF8F0C Dark Goldenrod

📋 copy color: '#BF8F0C'

red 191 ◦ green 143 ◦ blue 12

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

Shades of Dark Goldenrod #BF8F0C

Tints of Dark Goldenrod #BF8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 55.2%
G = 41.33%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF8F0C (or 0xBF8F0C) is known color: Dark Goldenrod. HEX triplet: BF, 8F and 0C. RGB value is (191,143,12). Sum of RGB (Red+Green+Blue) = 191+143+12=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F0C is #4070F3. Grayscale: #8E8E8E. Windows color (decimal): -4223220 or 823231. OLE color: 823231.

HSL color Cylindrical-coordinate representation of color #BF8F0C: hue angle of 43.91º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF8F0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 12 -
CMYK 0 0.25 0.94 0.25
HSL 43.91º 0.88% 0.4% -
HSV(B) 43.91º 0.94% 0.75% -
XYZ 31.37 30.75 4.63 -
YUV 142.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 191 143 12 0 0.25 0.94 0.25 43.91 0.88 0.4
Hex BF 8F C 0 19 5E 19 2C 58 28
Octal 277 217 14 0 31 136 31 54 130 50
Binary 10111111 10001111 1100 0 11001 1011110 11001 101100 1011000 101000

Color Harmonies of #BF8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F0C

Black with #BF8F0C

Text Example


Text Example

White with #BF8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F0C; }

 p { color: rgb(191,143,12); }

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

background-color css

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

 a { background-color: rgb(191,143,12); }

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

border-color css

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

 span { border-color: rgb(191,143,12); }

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