#B6715F

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

Shades of Coral Tree #B6715F

Tints of Coral Tree #B6715F

Color information

#B6715F (or 0xB6715F) is unknown color: approx Coral Tree. HEX triplet: B6, 71 and 5F. RGB value is (182,113,95). Sum of RGB (Red+Green+Blue) = 182+113+95=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6715F is #498EA0. Grayscale: #838383. Windows color (decimal): -4820641 or 6255030. OLE color: 6255030.

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

Color convert

RGB18211395-
CMYK00.380.480.29
HSL12.41º37.34%54.31%-
HSV(B)12.41º47.8%71.37%-
XYZ27.2622.5813.75-
YUV131.58107.36163.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=46.67%
G=28.97%
B=24.36%

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
Decimal1821139500.380.480.2912.4137.3454.31
HexB6715F026301Dc2536
Octal2661611370466035144566
Binary10110110111000110111110100110110000111011100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6715F; }

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

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

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

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

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

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

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

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