#B4655E

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

Shades of Coral Tree #B4655E

Tints of Coral Tree #B4655E

Color information

#B4655E (or 0xB4655E) is unknown color: approx Coral Tree. HEX triplet: B4, 65 and 5E. RGB value is (180,101,94). Sum of RGB (Red+Green+Blue) = 180+101+94=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4655E is #4B9AA1. Grayscale: #7B7B7B. Windows color (decimal): -4954786 or 6186420. OLE color: 6186420.

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

Color convert

RGB18010194-
CMYK00.440.480.29
HSL4.88º36.44%53.73%-
HSV(B)4.88º47.78%70.59%-
XYZ25.519.8213.07-
YUV123.82111.17168.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=48%
G=26.93%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801019400.440.480.294.8836.4453.73
HexB4655E02C301D52436
Octal264145136054603554466
Binary1011010011001011011110010110011000011101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4655E; }

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

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

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

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

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

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

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

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