#B27A6C

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

Shades of Coral Tree #B27A6C

Tints of Coral Tree #B27A6C

Color information

#B27A6C (or 0xB27A6C) is unknown color: approx Coral Tree. HEX triplet: B2, 7A and 6C. RGB value is (178,122,108). Sum of RGB (Red+Green+Blue) = 178+122+108=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A6C is #4D8593. Grayscale: #898989. Windows color (decimal): -5080468 or 7109298. OLE color: 7109298.

HSL color Cylindrical-coordinate representation of color #B27A6C: hue angle of 12º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27A6C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178122108-
CMYK00.310.390.30
HSL12º31.25%56.08%-
HSV(B)12º39.33%69.8%-
XYZ28.0324.4717.43-
YUV137.15111.55157.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=43.63%
G=29.90%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812210800.310.390.301231.2556.08
HexB27A6C01F271Ec1f38
Octal2621721540374736143770
Binary101100101111010110110001111110011111110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A6C; }

 p { color: rgb(178,122,108); }

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

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

 a { background-color: rgb(178,122,108); }

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

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

 span { border-color: rgb(178,122,108); }

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