Html Css Color HEX #B57A10 Dark Goldenrod

📋 copy color: '#B57A10'

red 181 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #B57A10

Tints of Dark Goldenrod #B57A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 56.74%
G = 38.24%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B57A10 (or 0xB57A10) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 10. RGB value is (181,122,16). Sum of RGB (Red+Green+Blue) = 181+122+16=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A10 is #4A85EF. Grayscale: #808080. Windows color (decimal): -4883952 or 1079989. OLE color: 1079989.

HSL color Cylindrical-coordinate representation of color #B57A10: hue angle of 38.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B57A10 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 16 -
CMYK 0 0.33 0.91 0.29
HSL 38.55º 0.84% 0.39% -
HSV(B) 38.55º 0.91% 0.71% -
XYZ 26.11 23.78 3.7 -
YUV 127.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 181 122 16 0 0.33 0.91 0.29 38.55 0.84 0.39
Hex B5 7A 10 0 21 5B 1D 27 54 27
Octal 265 172 20 0 41 133 35 47 124 47
Binary 10110101 1111010 10000 0 100001 1011011 11101 100111 1010100 100111

Color Harmonies of #B57A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A10

Black with #B57A10

Text Example


Text Example

White with #B57A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A10; }

 p { color: rgb(181,122,16); }

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

background-color css

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

 a { background-color: rgb(181,122,16); }

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

border-color css

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

 span { border-color: rgb(181,122,16); }

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