Html Css Color HEX #B56160 Coral Tree

📋 copy color: '#B56160'

red 181 ◦ green 97 ◦ blue 96

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

Shades of Coral Tree #B56160

Tints of Coral Tree #B56160

RGB

 RED value IS 181 (71.09% from 255) = 48.4%

 GREEN value IS 97 (38.28% from 255) = 25.94%

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

R = 48.4%
G = 25.94%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B56160 (or 0xB56160) is known color: Coral Tree. HEX triplet: B5, 61 and 60. RGB value is (181,97,96). Sum of RGB (Red+Green+Blue) = 181+97+96=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B56160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56160 is #4A9E9F. Grayscale: #7A7A7A. Windows color (decimal): -4890272 or 6316469. OLE color: 6316469.

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

Color convert

RGB 181 97 96 -
CMYK 0 0.46 0.47 0.29
HSL 0.71º 0.36% 0.54% -
HSV(B) 0.71º 0.47% 0.71% -
XYZ 25.44 19.22 13.43 -
YUV 122 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 181 97 96 0 0.46 0.47 0.29 0.71 0.36 0.54
Hex B5 61 60 0 2E 2F 1D 1 24 36
Octal 265 141 140 0 56 57 35 1 44 66
Binary 10110101 1100001 1100000 0 101110 101111 11101 1 100100 110110

Color Harmonies of #B56160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56160

Black with #B56160

Text Example


Text Example

White with #B56160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56160; }

 p { color: rgb(181,97,96); }

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

background-color css

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

 a { background-color: rgb(181,97,96); }

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

border-color css

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

 span { border-color: rgb(181,97,96); }

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