Html Css Color HEX #BF860B Dark Goldenrod

📋 copy color: '#BF860B'

red 191 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #BF860B

Tints of Dark Goldenrod #BF860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 56.85%
G = 39.88%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF860B (or 0xBF860B) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 0B. RGB value is (191,134,11). Sum of RGB (Red+Green+Blue) = 191+134+11=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF860B is #4079F4. Grayscale: #898989. Windows color (decimal): -4225525 or 755391. OLE color: 755391.

HSL color Cylindrical-coordinate representation of color #BF860B: hue angle of 41º degrees, saturation: 0.89, 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 #BF860B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 11 -
CMYK 0 0.30 0.94 0.25
HSL 41º 0.89% 0.4% -
HSV(B) 41º 0.94% 0.75% -
XYZ 30.07 28.15 4.17 -
YUV 137.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 191 134 11 0 0.30 0.94 0.25 41 0.89 0.4
Hex BF 86 B 0 1E 5E 19 29 59 28
Octal 277 206 13 0 36 136 31 51 131 50
Binary 10111111 10000110 1011 0 11110 1011110 11001 101001 1011001 101000

Color Harmonies of #BF860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF860B

Black with #BF860B

Text Example


Text Example

White with #BF860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF860B; }

 p { color: rgb(191,134,11); }

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

background-color css

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

 a { background-color: rgb(191,134,11); }

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

border-color css

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

 span { border-color: rgb(191,134,11); }

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