Html Css Color HEX #B58C02 Dark Goldenrod

📋 copy color: '#B58C02'

red 181 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #B58C02

Tints of Dark Goldenrod #B58C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 56.04%
G = 43.34%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B58C02 (or 0xB58C02) is known color: Dark Goldenrod. HEX triplet: B5, 8C and 02. RGB value is (181,140,2). Sum of RGB (Red+Green+Blue) = 181+140+2=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C02 is #4A73FD. Grayscale: #898989. Windows color (decimal): -4879358 or 167093. OLE color: 167093.

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

Color convert

RGB 181 140 2 -
CMYK 0 0.23 0.99 0.29
HSL 46.26º 0.98% 0.36% -
HSV(B) 46.26º 0.99% 0.71% -
XYZ 28.45 28.58 4.08 -
YUV 136.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 181 140 2 0 0.23 0.99 0.29 46.26 0.98 0.36
Hex B5 8C 2 0 17 63 1D 2E 62 24
Octal 265 214 2 0 27 143 35 56 142 44
Binary 10110101 10001100 10 0 10111 1100011 11101 101110 1100010 100100

Color Harmonies of #B58C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C02

Black with #B58C02

Text Example


Text Example

White with #B58C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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