#B4655A

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

Shades of Coral Tree #B4655A

Tints of Coral Tree #B4655A

Color information

#B4655A (or 0xB4655A) is unknown color: approx Coral Tree. HEX triplet: B4, 65 and 5A. RGB value is (180,101,90). Sum of RGB (Red+Green+Blue) = 180+101+90=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4655A is #4B9AA5. Grayscale: #7B7B7B. Windows color (decimal): -4954790 or 5924276. OLE color: 5924276.

HSL color Cylindrical-coordinate representation of color #B4655A: hue angle of 7.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4655A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18010190-
CMYK00.440.500.29
HSL7.33º37.5%52.94%-
HSV(B)7.33º50%70.59%-
XYZ25.3219.7512.15-
YUV123.37109.17168.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=48.52%
G=27.22%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801019000.440.500.297.3337.552.94
HexB4655A02C321D72635
Octal264145132054623574665
Binary1011010011001011011010010110011001011101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4655A; }

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

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

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

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

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

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

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

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