#B77160

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

Shades of Coral Tree #B77160

Tints of Coral Tree #B77160

Color information

#B77160 (or 0xB77160) is unknown color: approx Coral Tree. HEX triplet: B7, 71 and 60. RGB value is (183,113,96). Sum of RGB (Red+Green+Blue) = 183+113+96=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77160 is #488E9F. Grayscale: #848484. Windows color (decimal): -4755104 or 6320567. OLE color: 6320567.

HSL color Cylindrical-coordinate representation of color #B77160: hue angle of 11.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77160 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18311396-
CMYK00.380.480.28
HSL11.72º37.66%54.71%-
HSV(B)11.72º47.54%71.76%-
XYZ27.5422.7214-
YUV131.99107.69164.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=46.68%
G=28.83%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831139600.380.480.2811.7237.6654.71
HexB77160026301Cc2637
Octal2671611400466034144667
Binary10110111111000111000000100110110000111001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77160; }

 p { color: rgb(183,113,96); }

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

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

 a { background-color: rgb(183,113,96); }

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

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

 span { border-color: rgb(183,113,96); }

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