Html Css Color HEX #B08A00 Dark Goldenrod

📋 copy color: '#B08A00'

red 176 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #B08A00

Tints of Dark Goldenrod #B08A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.05%
G = 43.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B08A00 (or 0xB08A00) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 00. RGB value is (176,138,0). Sum of RGB (Red+Green+Blue) = 176+138+0=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A00 is #4F75FF. Grayscale: #868686. Windows color (decimal): -5207552 or 35504. OLE color: 35504.

HSL color Cylindrical-coordinate representation of color #B08A00: hue angle of 47.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B08A00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 0 -
CMYK 0 0.22 1 0.31
HSL 47.05º 1% 0.35% -
HSV(B) 47.05º 1% 0.69% -
XYZ 26.99 27.41 3.87 -
YUV 133.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 176 138 0 0 0.22 1 0.31 47.05 1 0.35
Hex B0 8A 0 0 16 64 1F 2F 64 23
Octal 260 212 0 0 26 144 37 57 144 43
Binary 10110000 10001010 0 0 10110 1100100 11111 101111 1100100 100011

Color Harmonies of #B08A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A00

Black with #B08A00

Text Example


Text Example

White with #B08A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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