Html Css Color HEX #B58002 Dark Goldenrod

📋 copy color: '#B58002'

red 181 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #B58002

Tints of Dark Goldenrod #B58002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 58.2%
G = 41.16%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B58002 (or 0xB58002) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 02. RGB value is (181,128,2). Sum of RGB (Red+Green+Blue) = 181+128+2=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B58002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58002 is #4A7FFD. Grayscale: #828282. Windows color (decimal): -4882430 or 164021. OLE color: 164021.

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

Color convert

RGB 181 128 2 -
CMYK 0 0.29 0.99 0.29
HSL 42.23º 0.98% 0.36% -
HSV(B) 42.23º 0.99% 0.71% -
XYZ 26.79 25.27 3.52 -
YUV 129.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 181 128 2 0 0.29 0.99 0.29 42.23 0.98 0.36
Hex B5 80 2 0 1D 63 1D 2A 62 24
Octal 265 200 2 0 35 143 35 52 142 44
Binary 10110101 10000000 10 0 11101 1100011 11101 101010 1100010 100100

Color Harmonies of #B58002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58002

Black with #B58002

Text Example


Text Example

White with #B58002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58002; }

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

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

background-color css

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

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

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

border-color css

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

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

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