#B06D6D

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

Shades of Coral Tree #B06D6D

Tints of Coral Tree #B06D6D

Color information

#B06D6D (or 0xB06D6D) is unknown color: approx Coral Tree. HEX triplet: B0, 6D and 6D. RGB value is (176,109,109). Sum of RGB (Red+Green+Blue) = 176+109+109=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6D is #4F9292. Grayscale: #818181. Windows color (decimal): -5214867 or 7171504. OLE color: 7171504.

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

Color convert

RGB176109109-
CMYK00.380.380.31
HSL29.78%55.88%-
HSV(B)38.07%69.02%-
XYZ26.1321.2717.2-
YUV129.03116.7161.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=44.67%
G=27.66%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610910900.380.380.31029.7855.88
HexB06D6D026261F01e38
Octal260155155046463703670
Binary1011000011011011101101010011010011011111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D6D; }

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

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

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

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

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

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

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

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