#B56F66

Color #B56F66 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B56F66

Tints of Coral Tree #B56F66

Color information

#B56F66 (or 0xB56F66) is unknown color: approx Coral Tree. HEX triplet: B5, 6F and 66. RGB value is (181,111,102). Sum of RGB (Red+Green+Blue) = 181+111+102=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F66 is #4A9099. Grayscale: #838383. Windows color (decimal): -4886682 or 6713269. OLE color: 6713269.

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

Color convert

RGB181111102-
CMYK00.390.440.29
HSL6.84º34.8%55.49%-
HSV(B)6.84º43.65%70.98%-
XYZ27.1422.1515.42-
YUV130.9111.69163.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=45.94%
G=28.17%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111110200.390.440.296.8434.855.49
HexB56F660272C1D72337
Octal265157146047543574367
Binary1011010111011111100110010011110110011101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F66; }

 p { color: rgb(181,111,102); }

 H1.HeaderClassName
 {
   color: #B56F66;
 }
 .AnyTagClassName
 {
   color: #B56F66;
 }
</style>
background-color css

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

 a { background-color: rgb(181,111,102); }

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

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

 span { border-color: rgb(181,111,102); }

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