#B07063

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

Shades of Coral Tree #B07063

Tints of Coral Tree #B07063

Color information

#B07063 (or 0xB07063) is unknown color: approx Coral Tree. HEX triplet: B0, 70 and 63. RGB value is (176,112,99). Sum of RGB (Red+Green+Blue) = 176+112+99=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B07063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07063 is #4F8F9C. Grayscale: #818181. Windows color (decimal): -5214109 or 6516912. OLE color: 6516912.

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

Color convert

RGB17611299-
CMYK00.360.440.31
HSL10.13º32.77%53.92%-
HSV(B)10.13º43.75%69.02%-
XYZ25.9521.7214.63-
YUV129.65110.7161.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=45.48%
G=28.94%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761129900.360.440.3110.1332.7753.92
HexB070630242C1Fa2136
Octal2601601430445437124166
Binary10110000111000011000110100100101100111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07063; }

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

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

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

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

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

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

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

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