#B4615E

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

Shades of Coral Tree #B4615E

Tints of Coral Tree #B4615E

Color information

#B4615E (or 0xB4615E) is unknown color: approx Coral Tree. HEX triplet: B4, 61 and 5E. RGB value is (180,97,94). Sum of RGB (Red+Green+Blue) = 180+97+94=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4615E is #4B9EA1. Grayscale: #797979. Windows color (decimal): -4955810 or 6185396. OLE color: 6185396.

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

Color convert

RGB1809794-
CMYK00.460.480.29
HSL2.09º36.44%53.73%-
HSV(B)2.09º47.78%70.59%-
XYZ25.1219.0612.94-
YUV121.48112.5169.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=48.52%
G=26.15%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180979400.460.480.292.0936.4453.73
HexB4615E02E301D22436
Octal264141136056603524466
Binary101101001100001101111001011101100001110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4615E; }

 p { color: rgb(180,97,94); }

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

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

 a { background-color: rgb(180,97,94); }

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

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

 span { border-color: rgb(180,97,94); }

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