#B6685F

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

Shades of Coral Tree #B6685F

Tints of Coral Tree #B6685F

Color information

#B6685F (or 0xB6685F) is unknown color: approx Coral Tree. HEX triplet: B6, 68 and 5F. RGB value is (182,104,95). Sum of RGB (Red+Green+Blue) = 182+104+95=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6685F is #4997A0. Grayscale: #7E7E7E. Windows color (decimal): -4822945 or 6252726. OLE color: 6252726.

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

Color convert

RGB18210495-
CMYK00.430.480.29
HSL6.21º37.34%54.31%-
HSV(B)6.21º47.8%71.37%-
XYZ26.3120.6713.43-
YUV126.3110.34167.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=47.77%
G=27.30%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821049500.430.480.296.2137.3454.31
HexB6685F02B301D62536
Octal266150137053603564566
Binary1011011011010001011111010101111000011101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6685F; }

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

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

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

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

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

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

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

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