#B67460

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

Shades of Coral Tree #B67460

Tints of Coral Tree #B67460

Color information

#B67460 (or 0xB67460) is unknown color: approx Coral Tree. HEX triplet: B6, 74 and 60. RGB value is (182,116,96). Sum of RGB (Red+Green+Blue) = 182+116+96=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B67460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67460 is #498B9F. Grayscale: #858585. Windows color (decimal): -4819872 or 6321334. OLE color: 6321334.

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

Color convert

RGB18211696-
CMYK00.360.470.29
HSL13.95º37.07%54.51%-
HSV(B)13.95º47.25%71.37%-
XYZ27.6523.2814.1-
YUV133.45106.87162.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=46.19%
G=29.44%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821169600.360.470.2913.9537.0754.51
HexB674600242F1De2537
Octal2661641400445735164567
Binary10110110111010011000000100100101111111011110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67460; }

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

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

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

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

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

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

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

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