Html Css Color HEX #B58C08 Dark Goldenrod

📋 copy color: '#B58C08'

red 181 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #B58C08

Tints of Dark Goldenrod #B58C08

RGB

 RED value IS 181 (71.09% from 255) = 55.02%

 GREEN value IS 140 (55.08% from 255) = 42.55%

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

R = 55.02%
G = 42.55%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B58C08 (or 0xB58C08) is known color: Dark Goldenrod. HEX triplet: B5, 8C and 08. RGB value is (181,140,8). Sum of RGB (Red+Green+Blue) = 181+140+8=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C08 is #4A73F7. Grayscale: #898989. Windows color (decimal): -4879352 or 560309. OLE color: 560309.

HSL color Cylindrical-coordinate representation of color #B58C08: hue angle of 45.78º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B58C08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 8 -
CMYK 0 0.23 0.96 0.29
HSL 45.78º 0.92% 0.37% -
HSV(B) 45.78º 0.96% 0.71% -
XYZ 28.48 28.6 4.25 -
YUV 137.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 181 140 8 0 0.23 0.96 0.29 45.78 0.92 0.37
Hex B5 8C 8 0 17 60 1D 2E 5C 25
Octal 265 214 10 0 27 140 35 56 134 45
Binary 10110101 10001100 1000 0 10111 1100000 11101 101110 1011100 100101

Color Harmonies of #B58C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C08

Black with #B58C08

Text Example


Text Example

White with #B58C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C08; }

 p { color: rgb(181,140,8); }

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

background-color css

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

 a { background-color: rgb(181,140,8); }

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

border-color css

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

 span { border-color: rgb(181,140,8); }

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