#B46B62

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

Shades of Coral Tree #B46B62

Tints of Coral Tree #B46B62

Color information

#B46B62 (or 0xB46B62) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 62. RGB value is (180,107,98). Sum of RGB (Red+Green+Blue) = 180+107+98=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B62 is #4B949D. Grayscale: #7F7F7F. Windows color (decimal): -4953246 or 6450100. OLE color: 6450100.

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

Color convert

RGB18010798-
CMYK00.410.460.29
HSL6.59º35.34%54.51%-
HSV(B)6.59º45.56%70.59%-
XYZ26.2821.114.24-
YUV127.8111.18165.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=46.75%
G=27.79%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801079800.410.460.296.5935.3454.51
HexB46B620292E1D72337
Octal264153142051563574367
Binary1011010011010111100010010100110111011101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B62; }

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

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

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

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

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

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

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

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