#B67469

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

Shades of Coral Tree #B67469

Tints of Coral Tree #B67469

Color information

#B67469 (or 0xB67469) is unknown color: approx Coral Tree. HEX triplet: B6, 74 and 69. RGB value is (182,116,105). Sum of RGB (Red+Green+Blue) = 182+116+105=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B67469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67469 is #498B96. Grayscale: #868686. Windows color (decimal): -4819863 or 6911158. OLE color: 6911158.

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

Color convert

RGB182116105-
CMYK00.360.420.29
HSL8.57º34.53%56.27%-
HSV(B)8.57º42.31%71.37%-
XYZ28.0923.4616.41-
YUV134.48111.37161.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=45.16%
G=28.78%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211610500.360.420.298.5734.5356.27
HexB674690242A1D92338
Octal2661641510445235114370
Binary10110110111010011010010100100101010111011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67469; }

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

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

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

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

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

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

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

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