Html Css Color HEX #B47564 Coral Tree

📋 copy color: '#B47564'

red 180 ◦ green 117 ◦ blue 100

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

Shades of Coral Tree #B47564

Tints of Coral Tree #B47564

RGB

 RED value IS 180 (70.7% from 255) = 45.34%

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

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

R = 45.34%
G = 29.47%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B47564 (or 0xB47564) is known color: Coral Tree. HEX triplet: B4, 75 and 64. RGB value is (180,117,100). Sum of RGB (Red+Green+Blue) = 180+117+100=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47564 is #4B8A9B. Grayscale: #868686. Windows color (decimal): -4950684 or 6583732. OLE color: 6583732.

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

Color convert

RGB 180 117 100 -
CMYK 0 0.35 0.44 0.29
HSL 12.75º 0.35% 0.55% -
HSV(B) 12.75º 0.44% 0.71% -
XYZ 27.48 23.35 15.11 -
YUV 133.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 180 117 100 0 0.35 0.44 0.29 12.75 0.35 0.55
Hex B4 75 64 0 23 2C 1D D 23 37
Octal 264 165 144 0 43 54 35 15 43 67
Binary 10110100 1110101 1100100 0 100011 101100 11101 1101 100011 110111

Color Harmonies of #B47564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47564

Black with #B47564

Text Example


Text Example

White with #B47564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47564; }

 p { color: rgb(180,117,100); }

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

background-color css

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

 a { background-color: rgb(180,117,100); }

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

border-color css

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

 span { border-color: rgb(180,117,100); }

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