#B06C69

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

Shades of Coral Tree #B06C69

Tints of Coral Tree #B06C69

Color information

#B06C69 (or 0xB06C69) is unknown color: approx Coral Tree. HEX triplet: B0, 6C and 69. RGB value is (176,108,105). Sum of RGB (Red+Green+Blue) = 176+108+105=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C69 is #4F9396. Grayscale: #808080. Windows color (decimal): -5215127 or 6909104. OLE color: 6909104.

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

Color convert

RGB176108105-
CMYK00.390.400.31
HSL2.54º31%55.1%-
HSV(B)2.54º40.34%69.02%-
XYZ25.8220.9816.05-
YUV127.99115.03162.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=45.24%
G=27.76%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610810500.390.400.312.543155.1
HexB06C69027281F31f37
Octal260154151047503733767
Binary10110000110110011010010100111101000111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C69; }

 p { color: rgb(176,108,105); }

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

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

 a { background-color: rgb(176,108,105); }

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

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

 span { border-color: rgb(176,108,105); }

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