Html Css Color HEX #B0880B Dark Goldenrod

📋 copy color: '#B0880B'

red 176 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #B0880B

Tints of Dark Goldenrod #B0880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

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

R = 54.49%
G = 42.11%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0880B (or 0xB0880B) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 0B. RGB value is (176,136,11). Sum of RGB (Red+Green+Blue) = 176+136+11=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0880B is #4F77F4. Grayscale: #868686. Windows color (decimal): -5208053 or 755888. OLE color: 755888.

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

Color convert

RGB 176 136 11 -
CMYK 0 0.23 0.94 0.31
HSL 45.45º 0.88% 0.37% -
HSV(B) 45.45º 0.94% 0.69% -
XYZ 26.77 26.86 4.09 -
YUV 133.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 176 136 11 0 0.23 0.94 0.31 45.45 0.88 0.37
Hex B0 88 B 0 17 5E 1F 2D 58 25
Octal 260 210 13 0 27 136 37 55 130 45
Binary 10110000 10001000 1011 0 10111 1011110 11111 101101 1011000 100101

Color Harmonies of #B0880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0880B

Black with #B0880B

Text Example


Text Example

White with #B0880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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