Html Css Color HEX #B57002 Dark Goldenrod

📋 copy color: '#B57002'

red 181 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #B57002

Tints of Dark Goldenrod #B57002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 61.36%
G = 37.97%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57002 (or 0xB57002) is known color: Dark Goldenrod. HEX triplet: B5, 70 and 02. RGB value is (181,112,2). Sum of RGB (Red+Green+Blue) = 181+112+2=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B57002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57002 is #4A8FFD. Grayscale: #787878. Windows color (decimal): -4886526 or 159925. OLE color: 159925.

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

Color convert

RGB 181 112 2 -
CMYK 0 0.38 0.99 0.29
HSL 36.87º 0.98% 0.36% -
HSV(B) 36.87º 0.99% 0.71% -
XYZ 24.86 21.42 2.88 -
YUV 120.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 181 112 2 0 0.38 0.99 0.29 36.87 0.98 0.36
Hex B5 70 2 0 26 63 1D 25 62 24
Octal 265 160 2 0 46 143 35 45 142 44
Binary 10110101 1110000 10 0 100110 1100011 11101 100101 1100010 100100

Color Harmonies of #B57002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57002

Black with #B57002

Text Example


Text Example

White with #B57002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57002; }

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

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

background-color css

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

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

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

border-color css

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

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

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