#B36965

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

Shades of Coral Tree #B36965

Tints of Coral Tree #B36965

Color information

#B36965 (or 0xB36965) is unknown color: approx Coral Tree. HEX triplet: B3, 69 and 65. RGB value is (179,105,101). Sum of RGB (Red+Green+Blue) = 179+105+101=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B36965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36965 is #4C969A. Grayscale: #7E7E7E. Windows color (decimal): -5019291 or 6646195. OLE color: 6646195.

HSL color Cylindrical-coordinate representation of color #B36965: hue angle of 3.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36965 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179105101-
CMYK00.410.440.30
HSL3.08º33.91%54.9%-
HSV(B)3.08º43.58%70.2%-
XYZ25.9920.6314.92-
YUV126.67113.52165.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=46.49%
G=27.27%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910510100.410.440.303.0833.9154.9
HexB369650292C1E32237
Octal263151145051543634267
Binary101100111101001110010101010011011001111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36965; }

 p { color: rgb(179,105,101); }

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

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

 a { background-color: rgb(179,105,101); }

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

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

 span { border-color: rgb(179,105,101); }

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