Html Css Color HEX #B57302 Dark Goldenrod

📋 copy color: '#B57302'

red 181 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #B57302

Tints of Dark Goldenrod #B57302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 60.74%
G = 38.59%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57302 (or 0xB57302) is known color: Dark Goldenrod. HEX triplet: B5, 73 and 02. RGB value is (181,115,2). Sum of RGB (Red+Green+Blue) = 181+115+2=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B57302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57302 is #4A8CFD. Grayscale: #7A7A7A. Windows color (decimal): -4885758 or 160693. OLE color: 160693.

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

Color convert

RGB 181 115 2 -
CMYK 0 0.36 0.99 0.29
HSL 37.88º 0.98% 0.36% -
HSV(B) 37.88º 0.99% 0.71% -
XYZ 25.2 22.09 2.99 -
YUV 121.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 181 115 2 0 0.36 0.99 0.29 37.88 0.98 0.36
Hex B5 73 2 0 24 63 1D 26 62 24
Octal 265 163 2 0 44 143 35 46 142 44
Binary 10110101 1110011 10 0 100100 1100011 11101 100110 1100010 100100

Color Harmonies of #B57302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57302

Black with #B57302

Text Example


Text Example

White with #B57302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57302; }

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

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

background-color css

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

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

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

border-color css

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

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

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