#B46D67

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

Shades of Coral Tree #B46D67

Tints of Coral Tree #B46D67

Color information

#B46D67 (or 0xB46D67) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 67. RGB value is (180,109,103). Sum of RGB (Red+Green+Blue) = 180+109+103=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D67 is #4B9298. Grayscale: #818181. Windows color (decimal): -4952729 or 6778292. OLE color: 6778292.

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

Color convert

RGB180109103-
CMYK00.390.430.29
HSL4.68º33.92%55.49%-
HSV(B)4.68º42.78%70.59%-
XYZ26.7421.6215.6-
YUV129.54113.02163.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=45.92%
G=27.81%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010910300.390.430.294.6833.9255.49
HexB46D670272B1D52237
Octal264155147047533554267
Binary1011010011011011100111010011110101111101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D67; }

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

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

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

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

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

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

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

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