#B67264

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

Shades of Coral Tree #B67264

Tints of Coral Tree #B67264

Color information

#B67264 (or 0xB67264) is unknown color: approx Coral Tree. HEX triplet: B6, 72 and 64. RGB value is (182,114,100). Sum of RGB (Red+Green+Blue) = 182+114+100=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67264 is #498D9B. Grayscale: #848484. Windows color (decimal): -4820380 or 6582966. OLE color: 6582966.

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

Color convert

RGB182114100-
CMYK00.370.450.29
HSL10.24º35.96%55.29%-
HSV(B)10.24º45.05%71.37%-
XYZ27.6122.915.02-
YUV132.74109.53163.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=45.96%
G=28.79%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211410000.370.450.2910.2435.9655.29
HexB672640252D1Da2437
Octal2661621440455535124467
Binary10110110111001011001000100101101101111011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67264; }

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

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

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

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

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

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

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

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