Html Css Color HEX #B57E02 Dark Goldenrod

📋 copy color: '#B57E02'

red 181 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #B57E02

Tints of Dark Goldenrod #B57E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.78%

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

R = 58.58%
G = 40.78%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57E02 (or 0xB57E02) is known color: Dark Goldenrod. HEX triplet: B5, 7E and 02. RGB value is (181,126,2). Sum of RGB (Red+Green+Blue) = 181+126+2=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57E02 is #4A81FD. Grayscale: #808080. Windows color (decimal): -4882942 or 163509. OLE color: 163509.

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

Color convert

RGB 181 126 2 -
CMYK 0 0.30 0.99 0.29
HSL 41.56º 0.98% 0.36% -
HSV(B) 41.56º 0.99% 0.71% -
XYZ 26.53 24.75 3.44 -
YUV 128.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 181 126 2 0 0.30 0.99 0.29 41.56 0.98 0.36
Hex B5 7E 2 0 1E 63 1D 2A 62 24
Octal 265 176 2 0 36 143 35 52 142 44
Binary 10110101 1111110 10 0 11110 1100011 11101 101010 1100010 100100

Color Harmonies of #B57E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E02

Black with #B57E02

Text Example


Text Example

White with #B57E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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