#B67164

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

Shades of Coral Tree #B67164

Tints of Coral Tree #B67164

Color information

#B67164 (or 0xB67164) is unknown color: approx Coral Tree. HEX triplet: B6, 71 and 64. RGB value is (182,113,100). Sum of RGB (Red+Green+Blue) = 182+113+100=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67164 is #498E9B. Grayscale: #848484. Windows color (decimal): -4820636 or 6582710. OLE color: 6582710.

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

Color convert

RGB182113100-
CMYK00.380.450.29
HSL9.51º35.96%55.29%-
HSV(B)9.51º45.05%71.37%-
XYZ27.522.6814.98-
YUV132.15109.86163.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=46.08%
G=28.61%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211310000.380.450.299.5135.9655.29
HexB671640262D1Da2437
Octal2661611440465535124467
Binary10110110111000111001000100110101101111011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67164; }

 p { color: rgb(182,113,100); }

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

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

 a { background-color: rgb(182,113,100); }

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

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

 span { border-color: rgb(182,113,100); }

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