Html Css Color HEX #B0810B Dark Goldenrod

📋 copy color: '#B0810B'

red 176 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #B0810B

Tints of Dark Goldenrod #B0810B

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

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

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

R = 55.7%
G = 40.82%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0810B (or 0xB0810B) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 0B. RGB value is (176,129,11). Sum of RGB (Red+Green+Blue) = 176+129+11=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0810B is #4F7EF4. Grayscale: #828282. Windows color (decimal): -5209845 or 754096. OLE color: 754096.

HSL color Cylindrical-coordinate representation of color #B0810B: hue angle of 42.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0810B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 11 -
CMYK 0 0.27 0.94 0.31
HSL 42.91º 0.88% 0.37% -
HSV(B) 42.91º 0.94% 0.69% -
XYZ 25.82 24.95 3.77 -
YUV 129.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 176 129 11 0 0.27 0.94 0.31 42.91 0.88 0.37
Hex B0 81 B 0 1B 5E 1F 2B 58 25
Octal 260 201 13 0 33 136 37 53 130 45
Binary 10110000 10000001 1011 0 11011 1011110 11111 101011 1011000 100101

Color Harmonies of #B0810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0810B

Black with #B0810B

Text Example


Text Example

White with #B0810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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