#B6695E

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

Shades of Coral Tree #B6695E

Tints of Coral Tree #B6695E

Color information

#B6695E (or 0xB6695E) is unknown color: approx Coral Tree. HEX triplet: B6, 69 and 5E. RGB value is (182,105,94). Sum of RGB (Red+Green+Blue) = 182+105+94=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6695E is #4996A1. Grayscale: #7E7E7E. Windows color (decimal): -4822690 or 6187446. OLE color: 6187446.

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

Color convert

RGB18210594-
CMYK00.420.480.29
HSL7.5º37.61%54.12%-
HSV(B)7.5º48.35%71.37%-
XYZ26.3620.8613.23-
YUV126.77109.51167.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=47.77%
G=27.56%
B=24.67%

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
Decimal1821059400.420.480.297.537.6154.12
HexB6695E02A301D82636
Octal2661511360526035104666
Binary10110110110100110111100101010110000111011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6695E; }

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

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

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

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

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

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

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

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