Html Css Color HEX #B37464 Coral Tree

📋 copy color: '#B37464'

red 179 ◦ green 116 ◦ blue 100

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

Shades of Coral Tree #B37464

Tints of Coral Tree #B37464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 45.32%
G = 29.37%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B37464 (or 0xB37464) is known color: Coral Tree. HEX triplet: B3, 74 and 64. RGB value is (179,116,100). Sum of RGB (Red+Green+Blue) = 179+116+100=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B37464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37464 is #4C8B9B. Grayscale: #858585. Windows color (decimal): -5016476 or 6583475. OLE color: 6583475.

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

Color convert

RGB 179 116 100 -
CMYK 0 0.35 0.44 0.30
HSL 12.15º 0.34% 0.55% -
HSV(B) 12.15º 0.44% 0.7% -
XYZ 27.14 22.99 15.06 -
YUV 133.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 179 116 100 0 0.35 0.44 0.30 12.15 0.34 0.55
Hex B3 74 64 0 23 2C 1E C 22 37
Octal 263 164 144 0 43 54 36 14 42 67
Binary 10110011 1110100 1100100 0 100011 101100 11110 1100 100010 110111

Color Harmonies of #B37464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37464

Black with #B37464

Text Example


Text Example

White with #B37464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37464; }

 p { color: rgb(179,116,100); }

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

background-color css

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

 a { background-color: rgb(179,116,100); }

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

border-color css

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

 span { border-color: rgb(179,116,100); }

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