#B67869

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

Shades of Coral Tree #B67869

Tints of Coral Tree #B67869

Color information

#B67869 (or 0xB67869) is unknown color: approx Coral Tree. HEX triplet: B6, 78 and 69. RGB value is (182,120,105). Sum of RGB (Red+Green+Blue) = 182+120+105=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67869 is #498796. Grayscale: #888888. Windows color (decimal): -4818839 or 6912182. OLE color: 6912182.

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

Color convert

RGB182120105-
CMYK00.340.420.29
HSL11.69º34.53%56.27%-
HSV(B)11.69º42.31%71.37%-
XYZ28.5624.416.57-
YUV136.83110.04160.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=44.72%
G=29.48%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212010500.340.420.2911.6934.5356.27
HexB678690222A1Dc2338
Octal2661701510425235144370
Binary10110110111100011010010100010101010111011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67869; }

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

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

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

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

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

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

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

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