#B66A5F

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

Shades of Coral Tree #B66A5F

Tints of Coral Tree #B66A5F

Color information

#B66A5F (or 0xB66A5F) is unknown color: approx Coral Tree. HEX triplet: B6, 6A and 5F. RGB value is (182,106,95). Sum of RGB (Red+Green+Blue) = 182+106+95=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A5F is #4995A0. Grayscale: #7F7F7F. Windows color (decimal): -4822433 or 6253238. OLE color: 6253238.

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

Color convert

RGB18210695-
CMYK00.420.480.29
HSL7.59º37.34%54.31%-
HSV(B)7.59º47.8%71.37%-
XYZ26.5121.0813.5-
YUV127.47109.68166.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=47.52%
G=27.68%
B=24.80%

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
Decimal1821069500.420.480.297.5937.3454.31
HexB66A5F02A301D82536
Octal2661521370526035104566
Binary10110110110101010111110101010110000111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A5F; }

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

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

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

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

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

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

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

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