#B2725F

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

Shades of Coral Tree #B2725F

Tints of Coral Tree #B2725F

Color information

#B2725F (or 0xB2725F) is unknown color: approx Coral Tree. HEX triplet: B2, 72 and 5F. RGB value is (178,114,95). Sum of RGB (Red+Green+Blue) = 178+114+95=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2725F is #4D8DA0. Grayscale: #838383. Windows color (decimal): -5082529 or 6255282. OLE color: 6255282.

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

Color convert

RGB17811495-
CMYK00.360.470.30
HSL13.73º35.02%53.53%-
HSV(B)13.73º46.63%69.8%-
XYZ26.4422.3313.74-
YUV130.97107.7161.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=45.99%
G=29.46%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781149500.360.470.3013.7335.0253.53
HexB2725F0242F1Ee2336
Octal2621621370445736164366
Binary10110010111001010111110100100101111111101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2725F; }

 p { color: rgb(178,114,95); }

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

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

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

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

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

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

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