Html Css Color HEX #B08A0A Dark Goldenrod

📋 copy color: '#B08A0A'

red 176 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #B08A0A

Tints of Dark Goldenrod #B08A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 54.32%
G = 42.59%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B08A0A (or 0xB08A0A) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 0A. RGB value is (176,138,10). Sum of RGB (Red+Green+Blue) = 176+138+10=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A0A is #4F75F5. Grayscale: #878787. Windows color (decimal): -5207542 or 690864. OLE color: 690864.

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

Color convert

RGB 176 138 10 -
CMYK 0 0.22 0.94 0.31
HSL 46.27º 0.89% 0.36% -
HSV(B) 46.27º 0.94% 0.69% -
XYZ 27.05 27.43 4.16 -
YUV 134.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 176 138 10 0 0.22 0.94 0.31 46.27 0.89 0.36
Hex B0 8A A 0 16 5E 1F 2E 59 24
Octal 260 212 12 0 26 136 37 56 131 44
Binary 10110000 10001010 1010 0 10110 1011110 11111 101110 1011001 100100

Color Harmonies of #B08A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A0A

Black with #B08A0A

Text Example


Text Example

White with #B08A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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