#B27474

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

Shades of Coral Tree #B27474

Tints of Coral Tree #B27474

Color information

#B27474 (or 0xB27474) is unknown color: approx Coral Tree. HEX triplet: B2, 74 and 74. RGB value is (178,116,116). Sum of RGB (Red+Green+Blue) = 178+116+116=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27474 is #4D8B8B. Grayscale: #868686. Windows color (decimal): -5081996 or 7632050. OLE color: 7632050.

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

Color convert

RGB178116116-
CMYK00.350.350.30
HSL28.7%57.65%-
HSV(B)34.83%69.8%-
XYZ27.7623.2219.54-
YUV134.54117.54159-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=43.41%
G=28.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811611600.350.350.30028.757.65
HexB27474023231E01d3a
Octal262164164043433603572
Binary1011001011101001110100010001110001111110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27474; }

 p { color: rgb(178,116,116); }

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

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

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

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

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

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

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