Html Css Color HEX #B08908 Dark Goldenrod

📋 copy color: '#B08908'

red 176 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #B08908

Tints of Dark Goldenrod #B08908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 54.83%
G = 42.68%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B08908 (or 0xB08908) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 08. RGB value is (176,137,8). Sum of RGB (Red+Green+Blue) = 176+137+8=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B08908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08908 is #4F76F7. Grayscale: #868686. Windows color (decimal): -5207800 or 559536. OLE color: 559536.

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

Color convert

RGB 176 137 8 -
CMYK 0 0.22 0.95 0.31
HSL 46.07º 0.91% 0.36% -
HSV(B) 46.07º 0.95% 0.69% -
XYZ 26.89 27.14 4.05 -
YUV 133.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 176 137 8 0 0.22 0.95 0.31 46.07 0.91 0.36
Hex B0 89 8 0 16 5F 1F 2E 5B 24
Octal 260 211 10 0 26 137 37 56 133 44
Binary 10110000 10001001 1000 0 10110 1011111 11111 101110 1011011 100100

Color Harmonies of #B08908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08908

Black with #B08908

Text Example


Text Example

White with #B08908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08908; }

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

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

background-color css

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

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

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

border-color css

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

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

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