Html Css Color HEX #B58602 Dark Goldenrod

📋 copy color: '#B58602'

red 181 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #B58602

Tints of Dark Goldenrod #B58602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

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

R = 57.1%
G = 42.27%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B58602 (or 0xB58602) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 02. RGB value is (181,134,2). Sum of RGB (Red+Green+Blue) = 181+134+2=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B58602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58602 is #4A79FD. Grayscale: #858585. Windows color (decimal): -4880894 or 165557. OLE color: 165557.

HSL color Cylindrical-coordinate representation of color #B58602: hue angle of 44.25º 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 #B58602 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 2 -
CMYK 0 0.26 0.99 0.29
HSL 44.25º 0.98% 0.36% -
HSV(B) 44.25º 0.99% 0.71% -
XYZ 27.59 26.88 3.79 -
YUV 133.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 181 134 2 0 0.26 0.99 0.29 44.25 0.98 0.36
Hex B5 86 2 0 1A 63 1D 2C 62 24
Octal 265 206 2 0 32 143 35 54 142 44
Binary 10110101 10000110 10 0 11010 1100011 11101 101100 1100010 100100

Color Harmonies of #B58602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58602

Black with #B58602

Text Example


Text Example

White with #B58602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58602; }

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

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

background-color css

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

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

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

border-color css

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

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

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