Html Css Color HEX #B37615 Dark Goldenrod

📋 copy color: '#B37615'

red 179 ◦ green 118 ◦ blue 21

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

Shades of Dark Goldenrod #B37615

Tints of Dark Goldenrod #B37615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 56.29%
G = 37.11%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B37615 (or 0xB37615) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 15. RGB value is (179,118,21). Sum of RGB (Red+Green+Blue) = 179+118+21=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B37615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37615 is #4C89EA. Grayscale: #7D7D7D. Windows color (decimal): -5016043 or 1406643. OLE color: 1406643.

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

Color convert

RGB 179 118 21 -
CMYK 0 0.34 0.88 0.30
HSL 36.84º 0.79% 0.39% -
HSV(B) 36.84º 0.88% 0.7% -
XYZ 25.2 22.59 3.74 -
YUV 125.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 179 118 21 0 0.34 0.88 0.30 36.84 0.79 0.39
Hex B3 76 15 0 22 58 1E 25 4F 27
Octal 263 166 25 0 42 130 36 45 117 47
Binary 10110011 1110110 10101 0 100010 1011000 11110 100101 1001111 100111

Color Harmonies of #B37615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37615

Black with #B37615

Text Example


Text Example

White with #B37615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37615; }

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

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

background-color css

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

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

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

border-color css

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

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

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