#B4605D

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

Shades of Coral Tree #B4605D

Tints of Coral Tree #B4605D

Color information

#B4605D (or 0xB4605D) is unknown color: approx Coral Tree. HEX triplet: B4, 60 and 5D. RGB value is (180,96,93). Sum of RGB (Red+Green+Blue) = 180+96+93=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605D is #4B9FA2. Grayscale: #787878. Windows color (decimal): -4956067 or 6119604. OLE color: 6119604.

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

Color convert

RGB1809693-
CMYK00.470.480.29
HSL2.07º36.71%53.53%-
HSV(B)2.07º48.33%70.59%-
XYZ24.9818.8612.68-
YUV120.77112.33170.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=48.78%
G=26.02%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180969300.470.480.292.0736.7153.53
HexB4605D02F301D22536
Octal264140135057603524566
Binary101101001100000101110101011111100001110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4605D; }

 p { color: rgb(180,96,93); }

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

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

 a { background-color: rgb(180,96,93); }

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

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

 span { border-color: rgb(180,96,93); }

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