#b4605f

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

Shades of Coral Tree #B4605F

Tints of Coral Tree #B4605F

Color information

#B4605F (or 0xB4605F) is unknown color: approx Coral Tree. HEX triplet: B4, 60 and 5F. RGB value is (180,96,95). Sum of RGB (Red+Green+Blue) = 180+96+95=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605F is #4B9FA0. Grayscale: #797979. Windows color (decimal): -4956065 or 6250676. OLE color: 6250676.

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

Color convert

RGB1809695-
CMYK00.470.470.29
HSL0.71º36.17%53.92%-
HSV(B)0.71º47.22%70.59%-
XYZ25.0718.913.15-
YUV121113.33170.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=48.52%
G=25.88%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180969500.470.470.290.7136.1753.92
HexB4605F02F2F1D12436
Octal264140137057573514466
Binary10110100110000010111110101111101111111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4605f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4605f; }

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

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

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

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

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

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

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

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