Html Css Color HEX #B57202 Dark Goldenrod

📋 copy color: '#B57202'

red 181 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #B57202

Tints of Dark Goldenrod #B57202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 60.94%
G = 38.38%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57202 (or 0xB57202) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 02. RGB value is (181,114,2). Sum of RGB (Red+Green+Blue) = 181+114+2=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B57202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57202 is #4A8DFD. Grayscale: #797979. Windows color (decimal): -4886014 or 160437. OLE color: 160437.

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

Color convert

RGB 181 114 2 -
CMYK 0 0.37 0.99 0.29
HSL 37.54º 0.98% 0.36% -
HSV(B) 37.54º 0.99% 0.71% -
XYZ 25.08 21.86 2.96 -
YUV 121.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 181 114 2 0 0.37 0.99 0.29 37.54 0.98 0.36
Hex B5 72 2 0 25 63 1D 26 62 24
Octal 265 162 2 0 45 143 35 46 142 44
Binary 10110101 1110010 10 0 100101 1100011 11101 100110 1100010 100100

Color Harmonies of #B57202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57202

Black with #B57202

Text Example


Text Example

White with #B57202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57202; }

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

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

background-color css

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

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

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

border-color css

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

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

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