#B4655F

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

Shades of Coral Tree #B4655F

Tints of Coral Tree #B4655F

Color information

#B4655F (or 0xB4655F) is unknown color: approx Coral Tree. HEX triplet: B4, 65 and 5F. RGB value is (180,101,95). Sum of RGB (Red+Green+Blue) = 180+101+95=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4655F is #4B9AA0. Grayscale: #7C7C7C. Windows color (decimal): -4954785 or 6251956. OLE color: 6251956.

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

Color convert

RGB18010195-
CMYK00.440.470.29
HSL4.24º36.17%53.92%-
HSV(B)4.24º47.22%70.59%-
XYZ25.5419.8413.31-
YUV123.94111.67167.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=47.87%
G=26.86%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801019500.440.470.294.2436.1753.92
HexB4655F02C2F1D42436
Octal264145137054573544466
Binary1011010011001011011111010110010111111101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4655F; }

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

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

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

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

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

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

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

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