#B06D6C

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

Shades of Coral Tree #B06D6C

Tints of Coral Tree #B06D6C

Color information

#B06D6C (or 0xB06D6C) is unknown color: approx Coral Tree. HEX triplet: B0, 6D and 6C. RGB value is (176,109,108). Sum of RGB (Red+Green+Blue) = 176+109+108=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6C is #4F9293. Grayscale: #808080. Windows color (decimal): -5214868 or 7105968. OLE color: 7105968.

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

Color convert

RGB176109108-
CMYK00.380.390.31
HSL0.88º30.09%55.69%-
HSV(B)0.88º38.64%69.02%-
XYZ26.0821.2516.91-
YUV128.92116.2161.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=44.78%
G=27.74%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610910800.380.390.310.8830.0955.69
HexB06D6C026271F11e38
Octal260155154046473713670
Binary1011000011011011101100010011010011111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D6C; }

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

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

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

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

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

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

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

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