Html Css Color HEX #B0880A Dark Goldenrod

📋 copy color: '#B0880A'

red 176 ◦ green 136 ◦ blue 10

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

Shades of Dark Goldenrod #B0880A

Tints of Dark Goldenrod #B0880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 54.66%
G = 42.24%
B = 3.11%

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

#B0880A (or 0xB0880A) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 0A. RGB value is (176,136,10). Sum of RGB (Red+Green+Blue) = 176+136+10=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0880A is #4F77F5. Grayscale: #868686. Windows color (decimal): -5208054 or 690352. OLE color: 690352.

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

Color convert

RGB 176 136 10 -
CMYK 0 0.23 0.94 0.31
HSL 45.54º 0.89% 0.36% -
HSV(B) 45.54º 0.94% 0.69% -
XYZ 26.76 26.86 4.06 -
YUV 133.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 176 136 10 0 0.23 0.94 0.31 45.54 0.89 0.36
Hex B0 88 A 0 17 5E 1F 2E 59 24
Octal 260 210 12 0 27 136 37 56 131 44
Binary 10110000 10001000 1010 0 10111 1011110 11111 101110 1011001 100100

Color Harmonies of #B0880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0880A

Black with #B0880A

Text Example


Text Example

White with #B0880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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