#b07070

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

Shades of Coral Tree #B07070

Tints of Coral Tree #B07070

Color information

#B07070 (or 0xB07070) is unknown color: approx Coral Tree. HEX triplet: B0, 70 and 70. RGB value is (176,112,112). Sum of RGB (Red+Green+Blue) = 176+112+112=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B07070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07070 is #4F8F8F. Grayscale: #838383. Windows color (decimal): -5214096 or 7368880. OLE color: 7368880.

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

Color convert

RGB176112112-
CMYK00.360.360.31
HSL28.83%56.47%-
HSV(B)36.36%69.02%-
XYZ26.6221.9918.17-
YUV131.14117.2160-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 112 (44.14% from 255) = 28%
R=44%
G=28%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611211200.360.360.31028.8356.47
HexB07070024241F01d38
Octal260160160044443703570
Binary1011000011100001110000010010010010011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07070; }

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

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

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

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

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

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

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

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