Html Css Color HEX #B08900 Dark Goldenrod

📋 copy color: '#B08900'

red 176 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #B08900

Tints of Dark Goldenrod #B08900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 56.23%
G = 43.77%
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

#B08900 (or 0xB08900) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 00. RGB value is (176,137,0). Sum of RGB (Red+Green+Blue) = 176+137+0=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B08900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08900 is #4F76FF. Grayscale: #858585. Windows color (decimal): -5207808 or 35248. OLE color: 35248.

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

Color convert

RGB 176 137 0 -
CMYK 0 0.22 1 0.31
HSL 46.7º 1% 0.35% -
HSV(B) 46.7º 1% 0.69% -
XYZ 26.85 27.12 3.82 -
YUV 133.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 176 137 0 0 0.22 1 0.31 46.7 1 0.35
Hex B0 89 0 0 16 64 1F 2F 64 23
Octal 260 211 0 0 26 144 37 57 144 43
Binary 10110000 10001001 0 0 10110 1100100 11111 101111 1100100 100011

Color Harmonies of #B08900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08900

Black with #B08900

Text Example


Text Example

White with #B08900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08900; }

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

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

background-color css

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

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

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

border-color css

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

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

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