#B46967

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

Shades of Coral Tree #B46967

Tints of Coral Tree #B46967

Color information

#B46967 (or 0xB46967) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 67. RGB value is (180,105,103). Sum of RGB (Red+Green+Blue) = 180+105+103=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46967 is #4B9698. Grayscale: #7F7F7F. Windows color (decimal): -4953753 or 6777268. OLE color: 6777268.

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

Color convert

RGB180105103-
CMYK00.420.430.29
HSL1.56º33.92%55.49%-
HSV(B)1.56º42.78%70.59%-
XYZ26.3220.7915.46-
YUV127.2114.35165.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=46.39%
G=27.06%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010510300.420.430.291.5633.9255.49
HexB4696702A2B1D22237
Octal264151147052533524267
Binary101101001101001110011101010101010111110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46967; }

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

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

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

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

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

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

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

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