#B46B67

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

Shades of Coral Tree #B46B67

Tints of Coral Tree #B46B67

Color information

#B46B67 (or 0xB46B67) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 67. RGB value is (180,107,103). Sum of RGB (Red+Green+Blue) = 180+107+103=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B67 is #4B9498. Grayscale: #808080. Windows color (decimal): -4953241 or 6777780. OLE color: 6777780.

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

Color convert

RGB180107103-
CMYK00.410.430.29
HSL3.12º33.92%55.49%-
HSV(B)3.12º42.78%70.59%-
XYZ26.5321.215.53-
YUV128.37113.68164.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=46.15%
G=27.44%
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
Decimal18010710300.410.430.293.1233.9255.49
HexB46B670292B1D32237
Octal264153147051533534267
Binary101101001101011110011101010011010111110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B67; }

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

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

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

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

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

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

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

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