#B46767

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

Shades of Coral Tree #B46767

Tints of Coral Tree #B46767

Color information

#B46767 (or 0xB46767) is unknown color: approx Coral Tree. HEX triplet: B4, 67 and 67. RGB value is (180,103,103). Sum of RGB (Red+Green+Blue) = 180+103+103=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46767 is #4B9898. Grayscale: #7E7E7E. Windows color (decimal): -4954265 or 6776756. OLE color: 6776756.

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

Color convert

RGB180103103-
CMYK00.430.430.29
HSL33.92%55.49%-
HSV(B)42.78%70.59%-
XYZ26.1220.3815.39-
YUV126.02115.01166.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=46.63%
G=26.68%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010310300.430.430.29033.9255.49
HexB4676702B2B1D02237
Octal264147147053533504267
Binary10110100110011111001110101011101011111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46767; }

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

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

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

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

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

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

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

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