#B67464

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

Shades of Coral Tree #B67464

Tints of Coral Tree #B67464

Color information

#B67464 (or 0xB67464) is unknown color: approx Coral Tree. HEX triplet: B6, 74 and 64. RGB value is (182,116,100). Sum of RGB (Red+Green+Blue) = 182+116+100=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67464 is #498B9B. Grayscale: #868686. Windows color (decimal): -4819868 or 6583478. OLE color: 6583478.

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

Color convert

RGB182116100-
CMYK00.360.450.29
HSL11.71º35.96%55.29%-
HSV(B)11.71º45.05%71.37%-
XYZ27.8423.3615.1-
YUV133.91108.87162.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=45.73%
G=29.15%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211610000.360.450.2911.7135.9655.29
HexB674640242D1Dc2437
Octal2661641440445535144467
Binary10110110111010011001000100100101101111011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67464; }

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

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

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

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

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

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

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

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