Html Css Color HEX #B56260 Coral Tree

📋 copy color: '#B56260'

red 181 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #B56260

Tints of Coral Tree #B56260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 48.27%
G = 26.13%
B = 25.6%

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

#B56260 (or 0xB56260) is known color: Coral Tree. HEX triplet: B5, 62 and 60. RGB value is (181,98,96). Sum of RGB (Red+Green+Blue) = 181+98+96=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B56260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56260 is #4A9D9F. Grayscale: #7A7A7A. Windows color (decimal): -4890016 or 6316725. OLE color: 6316725.

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

Color convert

RGB 181 98 96 -
CMYK 0 0.46 0.47 0.29
HSL 1.41º 0.36% 0.54% -
HSV(B) 1.41º 0.47% 0.71% -
XYZ 25.54 19.4 13.47 -
YUV 122.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 181 98 96 0 0.46 0.47 0.29 1.41 0.36 0.54
Hex B5 62 60 0 2E 2F 1D 1 24 36
Octal 265 142 140 0 56 57 35 1 44 66
Binary 10110101 1100010 1100000 0 101110 101111 11101 1 100100 110110

Color Harmonies of #B56260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56260

Black with #B56260

Text Example


Text Example

White with #B56260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56260; }

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

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

background-color css

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

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

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

border-color css

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

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

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