Html Css Color HEX #B57515 Dark Goldenrod

📋 copy color: '#B57515'

red 181 ◦ green 117 ◦ blue 21

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

Shades of Dark Goldenrod #B57515

Tints of Dark Goldenrod #B57515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 56.74%
G = 36.68%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B57515 (or 0xB57515) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 15. RGB value is (181,117,21). Sum of RGB (Red+Green+Blue) = 181+117+21=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B57515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57515 is #4A8AEA. Grayscale: #7D7D7D. Windows color (decimal): -4885227 or 1406389. OLE color: 1406389.

HSL color Cylindrical-coordinate representation of color #B57515: hue angle of 36º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B57515 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 21 -
CMYK 0 0.35 0.88 0.29
HSL 36º 0.79% 0.4% -
HSV(B) 36º 0.88% 0.71% -
XYZ 25.55 22.6 3.73 -
YUV 125.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 181 117 21 0 0.35 0.88 0.29 36 0.79 0.4
Hex B5 75 15 0 23 58 1D 24 4F 28
Octal 265 165 25 0 43 130 35 44 117 50
Binary 10110101 1110101 10101 0 100011 1011000 11101 100100 1001111 101000

Color Harmonies of #B57515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57515

Black with #B57515

Text Example


Text Example

White with #B57515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57515; }

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

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

background-color css

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

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

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

border-color css

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

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

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