#B67068

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

Shades of Coral Tree #B67068

Tints of Coral Tree #B67068

Color information

#B67068 (or 0xB67068) is unknown color: approx Coral Tree. HEX triplet: B6, 70 and 68. RGB value is (182,112,104). Sum of RGB (Red+Green+Blue) = 182+112+104=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67068 is #498F97. Grayscale: #848484. Windows color (decimal): -4820888 or 6844598. OLE color: 6844598.

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

Color convert

RGB182112104-
CMYK00.380.430.29
HSL6.15º34.82%56.08%-
HSV(B)6.15º42.86%71.37%-
XYZ27.5822.5315.99-
YUV132.02112.19163.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=45.73%
G=28.14%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211210400.380.430.296.1534.8256.08
HexB670680262B1D62338
Octal266160150046533564370
Binary1011011011100001101000010011010101111101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67068; }

 p { color: rgb(182,112,104); }

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

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

 a { background-color: rgb(182,112,104); }

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

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

 span { border-color: rgb(182,112,104); }

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