Html Css Color HEX #B57510 Dark Goldenrod

📋 copy color: '#B57510'

red 181 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #B57510

Tints of Dark Goldenrod #B57510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 57.64%
G = 37.26%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B57510 (or 0xB57510) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 10. RGB value is (181,117,16). Sum of RGB (Red+Green+Blue) = 181+117+16=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B57510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57510 is #4A8AEF. Grayscale: #7D7D7D. Windows color (decimal): -4885232 or 1078709. OLE color: 1078709.

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

Color convert

RGB 181 117 16 -
CMYK 0 0.35 0.91 0.29
HSL 36.73º 0.84% 0.39% -
HSV(B) 36.73º 0.91% 0.71% -
XYZ 25.51 22.58 3.5 -
YUV 124.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 181 117 16 0 0.35 0.91 0.29 36.73 0.84 0.39
Hex B5 75 10 0 23 5B 1D 25 54 27
Octal 265 165 20 0 43 133 35 45 124 47
Binary 10110101 1110101 10000 0 100011 1011011 11101 100101 1010100 100111

Color Harmonies of #B57510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57510

Black with #B57510

Text Example


Text Example

White with #B57510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57510; }

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

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

background-color css

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

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

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

border-color css

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

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

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