Html Css Color HEX #B56960 Coral Tree

📋 copy color: '#B56960'

red 181 ◦ green 105 ◦ blue 96

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

Shades of Coral Tree #B56960

Tints of Coral Tree #B56960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

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

R = 47.38%
G = 27.49%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B56960 (or 0xB56960) is known color: Coral Tree. HEX triplet: B5, 69 and 60. RGB value is (181,105,96). Sum of RGB (Red+Green+Blue) = 181+105+96=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B56960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56960 is #4A969F. Grayscale: #7E7E7E. Windows color (decimal): -4888224 or 6318517. OLE color: 6318517.

HSL color Cylindrical-coordinate representation of color #B56960: hue angle of 6.35º 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 #B56960 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 96 -
CMYK 0 0.42 0.47 0.29
HSL 6.35º 0.36% 0.54% -
HSV(B) 6.35º 0.47% 0.71% -
XYZ 26.22 20.77 13.69 -
YUV 126.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 181 105 96 0 0.42 0.47 0.29 6.35 0.36 0.54
Hex B5 69 60 0 2A 2F 1D 6 24 36
Octal 265 151 140 0 52 57 35 6 44 66
Binary 10110101 1101001 1100000 0 101010 101111 11101 110 100100 110110

Color Harmonies of #B56960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56960

Black with #B56960

Text Example


Text Example

White with #B56960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56960; }

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

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

background-color css

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

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

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

border-color css

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

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

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