Html Css Color HEX #BF8F08 Dark Goldenrod

📋 copy color: '#BF8F08'

red 191 ◦ green 143 ◦ blue 8

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

Shades of Dark Goldenrod #BF8F08

Tints of Dark Goldenrod #BF8F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 55.85%
G = 41.81%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF8F08 (or 0xBF8F08) is known color: Dark Goldenrod. HEX triplet: BF, 8F and 08. RGB value is (191,143,8). Sum of RGB (Red+Green+Blue) = 191+143+8=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F08 is #4070F7. Grayscale: #8E8E8E. Windows color (decimal): -4223224 or 561087. OLE color: 561087.

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

Color convert

RGB 191 143 8 -
CMYK 0 0.25 0.96 0.25
HSL 44.26º 0.92% 0.39% -
HSV(B) 44.26º 0.96% 0.75% -
XYZ 31.35 30.74 4.51 -
YUV 141.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 191 143 8 0 0.25 0.96 0.25 44.26 0.92 0.39
Hex BF 8F 8 0 19 60 19 2C 5C 27
Octal 277 217 10 0 31 140 31 54 134 47
Binary 10111111 10001111 1000 0 11001 1100000 11001 101100 1011100 100111

Color Harmonies of #BF8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F08

Black with #BF8F08

Text Example


Text Example

White with #BF8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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