Html Css Color HEX #B37260 Coral Tree

📋 copy color: '#B37260'

red 179 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #B37260

Tints of Coral Tree #B37260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 46.02%
G = 29.31%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B37260 (or 0xB37260) is known color: Coral Tree. HEX triplet: B3, 72 and 60. RGB value is (179,114,96). Sum of RGB (Red+Green+Blue) = 179+114+96=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B37260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37260 is #4C8D9F. Grayscale: #838383. Windows color (decimal): -5016992 or 6320819. OLE color: 6320819.

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

Color convert

RGB 179 114 96 -
CMYK 0 0.36 0.46 0.30
HSL 13.01º 0.35% 0.54% -
HSV(B) 13.01º 0.46% 0.7% -
XYZ 26.72 22.46 13.99 -
YUV 131.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 179 114 96 0 0.36 0.46 0.30 13.01 0.35 0.54
Hex B3 72 60 0 24 2E 1E D 23 36
Octal 263 162 140 0 44 56 36 15 43 66
Binary 10110011 1110010 1100000 0 100100 101110 11110 1101 100011 110110

Color Harmonies of #B37260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37260

Black with #B37260

Text Example


Text Example

White with #B37260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37260; }

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

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

background-color css

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

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

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

border-color css

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

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

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