Html Css Color HEX #B37160 Coral Tree

📋 copy color: '#B37160'

red 179 ◦ green 113 ◦ blue 96

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

Shades of Coral Tree #B37160

Tints of Coral Tree #B37160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 46.13%
G = 29.12%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B37160 (or 0xB37160) is known color: Coral Tree. HEX triplet: B3, 71 and 60. RGB value is (179,113,96). Sum of RGB (Red+Green+Blue) = 179+113+96=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B37160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37160 is #4C8E9F. Grayscale: #828282. Windows color (decimal): -5017248 or 6320563. OLE color: 6320563.

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

Color convert

RGB 179 113 96 -
CMYK 0 0.37 0.46 0.30
HSL 12.29º 0.35% 0.54% -
HSV(B) 12.29º 0.46% 0.7% -
XYZ 26.61 22.24 13.96 -
YUV 130.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 179 113 96 0 0.37 0.46 0.30 12.29 0.35 0.54
Hex B3 71 60 0 25 2E 1E C 23 36
Octal 263 161 140 0 45 56 36 14 43 66
Binary 10110011 1110001 1100000 0 100101 101110 11110 1100 100011 110110

Color Harmonies of #B37160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37160

Black with #B37160

Text Example


Text Example

White with #B37160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37160; }

 p { color: rgb(179,113,96); }

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

background-color css

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

 a { background-color: rgb(179,113,96); }

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

border-color css

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

 span { border-color: rgb(179,113,96); }

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