#B36F5F

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

Shades of Coral Tree #B36F5F

Tints of Coral Tree #B36F5F

Color information

#B36F5F (or 0xB36F5F) is unknown color: approx Coral Tree. HEX triplet: B3, 6F and 5F. RGB value is (179,111,95). Sum of RGB (Red+Green+Blue) = 179+111+95=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F5F is #4C90A0. Grayscale: #818181. Windows color (decimal): -5017761 or 6254515. OLE color: 6254515.

HSL color Cylindrical-coordinate representation of color #B36F5F: hue angle of 11.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36F5F is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17911195-
CMYK00.380.470.30
HSL11.43º35.59%53.73%-
HSV(B)11.43º46.93%70.2%-
XYZ26.3421.7813.64-
YUV129.51108.53163.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=46.49%
G=28.83%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791119500.380.470.3011.4335.5953.73
HexB36F5F0262F1Eb2436
Octal2631571370465736134466
Binary10110011110111110111110100110101111111101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F5F; }

 p { color: rgb(179,111,95); }

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

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

 a { background-color: rgb(179,111,95); }

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

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

 span { border-color: rgb(179,111,95); }

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