Html Css Color HEX #B47565 Coral Tree

📋 copy color: '#B47565'

red 180 ◦ green 117 ◦ blue 101

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

Shades of Coral Tree #B47565

Tints of Coral Tree #B47565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 45.23%
G = 29.4%
B = 25.38%

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

#B47565 (or 0xB47565) is known color: Coral Tree. HEX triplet: B4, 75 and 65. RGB value is (180,117,101). Sum of RGB (Red+Green+Blue) = 180+117+101=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47565 is #4B8A9A. Grayscale: #868686. Windows color (decimal): -4950683 or 6649268. OLE color: 6649268.

HSL color Cylindrical-coordinate representation of color #B47565: hue angle of 12.15º degrees, saturation: 0.34, 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 #B47565 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 101 -
CMYK 0 0.35 0.44 0.29
HSL 12.15º 0.34% 0.55% -
HSV(B) 12.15º 0.44% 0.71% -
XYZ 27.53 23.37 15.37 -
YUV 134.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 180 117 101 0 0.35 0.44 0.29 12.15 0.34 0.55
Hex B4 75 65 0 23 2C 1D C 22 37
Octal 264 165 145 0 43 54 35 14 42 67
Binary 10110100 1110101 1100101 0 100011 101100 11101 1100 100010 110111

Color Harmonies of #B47565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47565

Black with #B47565

Text Example


Text Example

White with #B47565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47565; }

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

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

background-color css

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

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

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

border-color css

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

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

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