#B07069

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

Shades of Coral Tree #B07069

Tints of Coral Tree #B07069

Color information

#B07069 (or 0xB07069) is unknown color: approx Coral Tree. HEX triplet: B0, 70 and 69. RGB value is (176,112,105). Sum of RGB (Red+Green+Blue) = 176+112+105=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07069 is #4F8F96. Grayscale: #828282. Windows color (decimal): -5214103 or 6910128. OLE color: 6910128.

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

Color convert

RGB176112105-
CMYK00.360.400.31
HSL5.92º31%55.1%-
HSV(B)5.92º40.34%69.02%-
XYZ26.2521.8416.2-
YUV130.34113.7160.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=44.78%
G=28.50%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611210500.360.400.315.923155.1
HexB07069024281F61f37
Octal260160151044503763767
Binary101100001110000110100101001001010001111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07069; }

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

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

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

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

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

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

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

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