#B6705F

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

Shades of Coral Tree #B6705F

Tints of Coral Tree #B6705F

Color information

#B6705F (or 0xB6705F) is unknown color: approx Coral Tree. HEX triplet: B6, 70 and 5F. RGB value is (182,112,95). Sum of RGB (Red+Green+Blue) = 182+112+95=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6705F is #498FA0. Grayscale: #838383. Windows color (decimal): -4820897 or 6254774. OLE color: 6254774.

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

Color convert

RGB18211295-
CMYK00.380.480.29
HSL11.72º37.34%54.31%-
HSV(B)11.72º47.8%71.37%-
XYZ27.1522.3613.71-
YUV130.99107.69164.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=46.79%
G=28.79%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821129500.380.480.2911.7237.3454.31
HexB6705F026301Dc2536
Octal2661601370466035144566
Binary10110110111000010111110100110110000111011100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6705F; }

 p { color: rgb(182,112,95); }

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

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

 a { background-color: rgb(182,112,95); }

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

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

 span { border-color: rgb(182,112,95); }

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