#B27061

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

Shades of Coral Tree #B27061

Tints of Coral Tree #B27061

Color information

#B27061 (or 0xB27061) is unknown color: approx Coral Tree. HEX triplet: B2, 70 and 61. RGB value is (178,112,97). Sum of RGB (Red+Green+Blue) = 178+112+97=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B27061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27061 is #4D8F9E. Grayscale: #828282. Windows color (decimal): -5083039 or 6385842. OLE color: 6385842.

HSL color Cylindrical-coordinate representation of color #B27061: hue angle of 11.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27061 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17811297-
CMYK00.370.460.30
HSL11.11º34.47%53.92%-
HSV(B)11.11º45.51%69.8%-
XYZ26.3121.9214.15-
YUV130.02109.37162.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=45.99%
G=28.94%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781129700.370.460.3011.1134.4753.92
HexB270610252E1Eb2236
Octal2621601410455636134266
Binary10110010111000011000010100101101110111101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27061; }

 p { color: rgb(178,112,97); }

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

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

 a { background-color: rgb(178,112,97); }

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

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

 span { border-color: rgb(178,112,97); }

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