#B77360

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

Shades of Coral Tree #B77360

Tints of Coral Tree #B77360

Color information

#B77360 (or 0xB77360) is unknown color: approx Coral Tree. HEX triplet: B7, 73 and 60. RGB value is (183,115,96). Sum of RGB (Red+Green+Blue) = 183+115+96=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B77360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77360 is #488C9F. Grayscale: #858585. Windows color (decimal): -4754592 or 6321079. OLE color: 6321079.

HSL color Cylindrical-coordinate representation of color #B77360: hue angle of 13.1º 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 #B77360 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18311596-
CMYK00.370.480.28
HSL13.1º37.66%54.71%-
HSV(B)13.1º47.54%71.76%-
XYZ27.7723.1714.08-
YUV133.17107.03163.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=46.45%
G=29.19%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831159600.370.480.2813.137.6654.71
HexB77360025301Cd2637
Octal2671631400456034154667
Binary10110111111001111000000100101110000111001101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77360; }

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

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

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

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

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

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

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

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