#B07168

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

Shades of Coral Tree #B07168

Tints of Coral Tree #B07168

Color information

#B07168 (or 0xB07168) is unknown color: approx Coral Tree. HEX triplet: B0, 71 and 68. RGB value is (176,113,104). Sum of RGB (Red+Green+Blue) = 176+113+104=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07168 is #4F8E97. Grayscale: #828282. Windows color (decimal): -5213848 or 6844848. OLE color: 6844848.

HSL color Cylindrical-coordinate representation of color #B07168: hue angle of 7.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 #B07168 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176113104-
CMYK00.360.410.31
HSL7.5º31.3%54.9%-
HSV(B)7.5º40.91%69.02%-
XYZ26.3122.0415.96-
YUV130.81112.87160.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=44.78%
G=28.75%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611310400.360.410.317.531.354.9
HexB07168024291F81f37
Octal2601611500445137103767
Binary1011000011100011101000010010010100111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07168; }

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

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

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

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

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

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

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

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