#B06B68

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

Shades of Coral Tree #B06B68

Tints of Coral Tree #B06B68

Color information

#B06B68 (or 0xB06B68) is unknown color: approx Coral Tree. HEX triplet: B0, 6B and 68. RGB value is (176,107,104). Sum of RGB (Red+Green+Blue) = 176+107+104=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B68 is #4F9497. Grayscale: #7F7F7F. Windows color (decimal): -5215384 or 6843312. OLE color: 6843312.

HSL color Cylindrical-coordinate representation of color #B06B68: hue angle of 2.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06B68 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176107104-
CMYK00.390.410.31
HSL2.5º31.3%54.9%-
HSV(B)2.5º40.91%69.02%-
XYZ25.6620.7415.75-
YUV127.29114.86162.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=45.48%
G=27.65%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610710400.390.410.312.531.354.9
HexB06B68027291F31f37
Octal260153150047513733767
Binary10110000110101111010000100111101001111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B68; }

 p { color: rgb(176,107,104); }

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

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

 a { background-color: rgb(176,107,104); }

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

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

 span { border-color: rgb(176,107,104); }

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