#B6705D

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

Shades of Coral Tree #B6705D

Tints of Coral Tree #B6705D

Color information

#B6705D (or 0xB6705D) is unknown color: approx Coral Tree. HEX triplet: B6, 70 and 5D. RGB value is (182,112,93). Sum of RGB (Red+Green+Blue) = 182+112+93=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6705D is #498FA2. Grayscale: #828282. Windows color (decimal): -4820899 or 6123702. OLE color: 6123702.

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

Color convert

RGB18211293-
CMYK00.380.490.29
HSL12.81º37.87%53.92%-
HSV(B)12.81º48.9%71.37%-
XYZ27.0622.3213.24-
YUV130.76106.69164.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=47.03%
G=28.94%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821129300.380.490.2912.8137.8753.92
HexB6705D026311Dd2636
Octal2661601350466135154666
Binary10110110111000010111010100110110001111011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6705D; }

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

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

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

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

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

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

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

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