#B06D6B

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

Shades of Coral Tree #B06D6B

Tints of Coral Tree #B06D6B

Color information

#B06D6B (or 0xB06D6B) is unknown color: approx Coral Tree. HEX triplet: B0, 6D and 6B. RGB value is (176,109,107). Sum of RGB (Red+Green+Blue) = 176+109+107=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6B is #4F9294. Grayscale: #808080. Windows color (decimal): -5214869 or 7040432. OLE color: 7040432.

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

Color convert

RGB176109107-
CMYK00.380.390.31
HSL1.74º30.4%55.49%-
HSV(B)1.74º39.2%69.02%-
XYZ26.0321.2316.64-
YUV128.8115.7161.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=44.90%
G=27.81%
B=27.30%

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
Decimal17610910700.380.390.311.7430.455.49
HexB06D6B026271F21e37
Octal260155153046473723667
Binary10110000110110111010110100110100111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D6B; }

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

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

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

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

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

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

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

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