#B56A67

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

Shades of Coral Tree #B56A67

Tints of Coral Tree #B56A67

Color information

#B56A67 (or 0xB56A67) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 67. RGB value is (181,106,103). Sum of RGB (Red+Green+Blue) = 181+106+103=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A67 is #4A9598. Grayscale: #808080. Windows color (decimal): -4887961 or 6777525. OLE color: 6777525.

HSL color Cylindrical-coordinate representation of color #B56A67: hue angle of 2.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56A67 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181106103-
CMYK00.410.430.29
HSL2.31º34.51%55.69%-
HSV(B)2.31º43.09%70.98%-
XYZ26.6621.1115.5-
YUV128.08113.85165.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=46.41%
G=27.18%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110610300.410.430.292.3134.5155.69
HexB56A670292B1D22338
Octal265152147051533524370
Binary101101011101010110011101010011010111110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A67; }

 p { color: rgb(181,106,103); }

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

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

 a { background-color: rgb(181,106,103); }

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

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

 span { border-color: rgb(181,106,103); }

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