Html Css Color HEX #BF810B Dark Goldenrod

📋 copy color: '#BF810B'

red 191 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #BF810B

Tints of Dark Goldenrod #BF810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 57.7%
G = 38.97%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF810B (or 0xBF810B) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 0B. RGB value is (191,129,11). Sum of RGB (Red+Green+Blue) = 191+129+11=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810B is #407EF4. Grayscale: #868686. Windows color (decimal): -4226805 or 754111. OLE color: 754111.

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

Color convert

RGB 191 129 11 -
CMYK 0 0.32 0.94 0.25
HSL 39.33º 0.89% 0.4% -
HSV(B) 39.33º 0.94% 0.75% -
XYZ 29.4 26.8 3.94 -
YUV 134.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 191 129 11 0 0.32 0.94 0.25 39.33 0.89 0.4
Hex BF 81 B 0 20 5E 19 27 59 28
Octal 277 201 13 0 40 136 31 47 131 50
Binary 10111111 10000001 1011 0 100000 1011110 11001 100111 1011001 101000

Color Harmonies of #BF810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF810B

Black with #BF810B

Text Example


Text Example

White with #BF810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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