#B6695F

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

Shades of Coral Tree #B6695F

Tints of Coral Tree #B6695F

Color information

#B6695F (or 0xB6695F) is unknown color: approx Coral Tree. HEX triplet: B6, 69 and 5F. RGB value is (182,105,95). Sum of RGB (Red+Green+Blue) = 182+105+95=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B6695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6695F is #4996A0. Grayscale: #7F7F7F. Windows color (decimal): -4822689 or 6252982. OLE color: 6252982.

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

Color convert

RGB18210595-
CMYK00.420.480.29
HSL6.9º37.34%54.31%-
HSV(B)6.9º47.8%71.37%-
XYZ26.4120.8713.46-
YUV126.88110.01167.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=47.64%
G=27.49%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821059500.420.480.296.937.3454.31
HexB6695F02A301D72536
Octal266151137052603574566
Binary1011011011010011011111010101011000011101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6695F; }

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

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

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

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

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

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

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

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