#b4645f

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

Shades of Coral Tree #B4645F

Tints of Coral Tree #B4645F

Color information

#B4645F (or 0xB4645F) is unknown color: approx Coral Tree. HEX triplet: B4, 64 and 5F. RGB value is (180,100,95). Sum of RGB (Red+Green+Blue) = 180+100+95=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4645F is #4B9BA0. Grayscale: #7B7B7B. Windows color (decimal): -4955041 or 6251700. OLE color: 6251700.

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

Color convert

RGB18010095-
CMYK00.440.470.29
HSL3.53º36.17%53.92%-
HSV(B)3.53º47.22%70.59%-
XYZ25.4519.6413.28-
YUV123.35112168.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=48%
G=26.67%
B=25.33%

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
Decimal1801009500.440.470.293.5336.1753.92
HexB4645F02C2F1D42436
Octal264144137054573544466
Binary1011010011001001011111010110010111111101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4645f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4645f; }

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

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

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

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

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

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

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

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