Html Css Color HEX #B58202 Dark Goldenrod

📋 copy color: '#B58202'

red 181 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #B58202

Tints of Dark Goldenrod #B58202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 57.83%
G = 41.53%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B58202 (or 0xB58202) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 02. RGB value is (181,130,2). Sum of RGB (Red+Green+Blue) = 181+130+2=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B58202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58202 is #4A7DFD. Grayscale: #838383. Windows color (decimal): -4881918 or 164533. OLE color: 164533.

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

Color convert

RGB 181 130 2 -
CMYK 0 0.28 0.99 0.29
HSL 42.91º 0.98% 0.36% -
HSV(B) 42.91º 0.99% 0.71% -
XYZ 27.05 25.79 3.61 -
YUV 130.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 181 130 2 0 0.28 0.99 0.29 42.91 0.98 0.36
Hex B5 82 2 0 1C 63 1D 2B 62 24
Octal 265 202 2 0 34 143 35 53 142 44
Binary 10110101 10000010 10 0 11100 1100011 11101 101011 1100010 100100

Color Harmonies of #B58202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58202

Black with #B58202

Text Example


Text Example

White with #B58202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58202; }

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

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

background-color css

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

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

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

border-color css

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

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

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