#B07460

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

Shades of Coral Tree #B07460

Tints of Coral Tree #B07460

Color information

#B07460 (or 0xB07460) is unknown color: approx Coral Tree. HEX triplet: B0, 74 and 60. RGB value is (176,116,96). Sum of RGB (Red+Green+Blue) = 176+116+96=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B07460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07460 is #4F8B9F. Grayscale: #838383. Windows color (decimal): -5213088 or 6321328. OLE color: 6321328.

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

Color convert

RGB17611696-
CMYK00.340.450.31
HSL15º33.61%53.33%-
HSV(B)15º45.45%69.02%-
XYZ26.2622.5714.04-
YUV131.66107.88159.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=45.36%
G=29.90%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761169600.340.450.311533.6153.33
HexB074600222D1Ff2235
Octal2601641400425537174265
Binary10110000111010011000000100010101101111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07460; }

 p { color: rgb(176,116,96); }

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

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

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

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

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

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

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