#B46A67

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

Shades of Coral Tree #B46A67

Tints of Coral Tree #B46A67

Color information

#B46A67 (or 0xB46A67) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 67. RGB value is (180,106,103). Sum of RGB (Red+Green+Blue) = 180+106+103=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A67 is #4B9598. Grayscale: #7F7F7F. Windows color (decimal): -4953497 or 6777524. OLE color: 6777524.

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

Color convert

RGB180106103-
CMYK00.410.430.29
HSL2.34º33.92%55.49%-
HSV(B)2.34º42.78%70.59%-
XYZ26.4220.9915.49-
YUV127.78114.02165.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=46.27%
G=27.25%
B=26.48%

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
Decimal18010610300.410.430.292.3433.9255.49
HexB46A670292B1D22237
Octal264152147051533524267
Binary101101001101010110011101010011010111110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A67; }

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

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

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

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

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

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

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

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