#B07565

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

Shades of Coral Tree #B07565

Tints of Coral Tree #B07565

Color information

#B07565 (or 0xB07565) is unknown color: approx Coral Tree. HEX triplet: B0, 75 and 65. RGB value is (176,117,101). Sum of RGB (Red+Green+Blue) = 176+117+101=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07565 is #4F8A9A. Grayscale: #848484. Windows color (decimal): -5212827 or 6649264. OLE color: 6649264.

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

Color convert

RGB176117101-
CMYK00.340.430.31
HSL12.8º32.19%54.31%-
HSV(B)12.8º42.61%69.02%-
XYZ26.6122.8915.33-
YUV132.82110.05158.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=44.67%
G=29.70%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611710100.340.430.3112.832.1954.31
HexB075650222B1Fd2036
Octal2601651450425337154066
Binary10110000111010111001010100010101011111111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07565; }

 p { color: rgb(176,117,101); }

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

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

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

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

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

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

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