Html Css Color HEX #B08500 Dark Goldenrod

📋 copy color: '#B08500'

red 176 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #B08500

Tints of Dark Goldenrod #B08500

RGB

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

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

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

R = 56.96%
G = 43.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B08500 (or 0xB08500) is known color: Dark Goldenrod. HEX triplet: B0, 85 and 00. RGB value is (176,133,0). Sum of RGB (Red+Green+Blue) = 176+133+0=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B08500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08500 is #4F7AFF. Grayscale: #838383. Windows color (decimal): -5208832 or 34224. OLE color: 34224.

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

Color convert

RGB 176 133 0 -
CMYK 0 0.24 1 0.31
HSL 45.34º 1% 0.35% -
HSV(B) 45.34º 1% 0.69% -
XYZ 26.29 26.01 3.63 -
YUV 130.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 176 133 0 0 0.24 1 0.31 45.34 1 0.35
Hex B0 85 0 0 18 64 1F 2D 64 23
Octal 260 205 0 0 30 144 37 55 144 43
Binary 10110000 10000101 0 0 11000 1100100 11111 101101 1100100 100011

Color Harmonies of #B08500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08500

Black with #B08500

Text Example


Text Example

White with #B08500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08500; }

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

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

background-color css

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

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

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

border-color css

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

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

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