Html Css Color HEX #B08508 Dark Goldenrod

📋 copy color: '#B08508'

red 176 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #B08508

Tints of Dark Goldenrod #B08508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 55.52%
G = 41.96%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B08508 (or 0xB08508) is known color: Dark Goldenrod. HEX triplet: B0, 85 and 08. RGB value is (176,133,8). Sum of RGB (Red+Green+Blue) = 176+133+8=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B08508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08508 is #4F7AF7. Grayscale: #848484. Windows color (decimal): -5208824 or 558512. OLE color: 558512.

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

Color convert

RGB 176 133 8 -
CMYK 0 0.24 0.95 0.31
HSL 44.64º 0.91% 0.36% -
HSV(B) 44.64º 0.95% 0.69% -
XYZ 26.34 26.02 3.86 -
YUV 131.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 176 133 8 0 0.24 0.95 0.31 44.64 0.91 0.36
Hex B0 85 8 0 18 5F 1F 2D 5B 24
Octal 260 205 10 0 30 137 37 55 133 44
Binary 10110000 10000101 1000 0 11000 1011111 11111 101101 1011011 100100

Color Harmonies of #B08508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08508

Black with #B08508

Text Example


Text Example

White with #B08508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08508; }

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

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

background-color css

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

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

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

border-color css

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

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

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