Html Css Color HEX #B37515 Dark Goldenrod

📋 copy color: '#B37515'

red 179 ◦ green 117 ◦ blue 21

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

Shades of Dark Goldenrod #B37515

Tints of Dark Goldenrod #B37515

RGB

 RED value IS 179 (70.31% from 255) = 56.47%

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

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

R = 56.47%
G = 36.91%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B37515 (or 0xB37515) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 15. RGB value is (179,117,21). Sum of RGB (Red+Green+Blue) = 179+117+21=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37515 is #4C8AEA. Grayscale: #7D7D7D. Windows color (decimal): -5016299 or 1406387. OLE color: 1406387.

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

Color convert

RGB 179 117 21 -
CMYK 0 0.35 0.88 0.30
HSL 36.46º 0.79% 0.39% -
HSV(B) 36.46º 0.88% 0.7% -
XYZ 25.09 22.36 3.7 -
YUV 124.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 179 117 21 0 0.35 0.88 0.30 36.46 0.79 0.39
Hex B3 75 15 0 23 58 1E 24 4F 27
Octal 263 165 25 0 43 130 36 44 117 47
Binary 10110011 1110101 10101 0 100011 1011000 11110 100100 1001111 100111

Color Harmonies of #B37515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37515

Black with #B37515

Text Example


Text Example

White with #B37515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37515; }

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

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

background-color css

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

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

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

border-color css

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

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

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