#B2645B

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

Shades of Coral Tree #B2645B

Tints of Coral Tree #B2645B

Color information

#B2645B (or 0xB2645B) is unknown color: approx Coral Tree. HEX triplet: B2, 64 and 5B. RGB value is (178,100,91). Sum of RGB (Red+Green+Blue) = 178+100+91=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2645B is #4D9BA4. Grayscale: #7A7A7A. Windows color (decimal): -5086117 or 5989554. OLE color: 5989554.

HSL color Cylindrical-coordinate representation of color #B2645B: hue angle of 6.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2645B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17810091-
CMYK00.440.490.30
HSL6.21º36.1%52.75%-
HSV(B)6.21º48.88%69.8%-
XYZ24.8119.3312.32-
YUV122.3110.34167.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=48.24%
G=27.10%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781009100.440.490.306.2136.152.75
HexB2645B02C311E62435
Octal262144133054613664465
Binary1011001011001001011011010110011000111110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2645B; }

 p { color: rgb(178,100,91); }

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

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

 a { background-color: rgb(178,100,91); }

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

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

 span { border-color: rgb(178,100,91); }

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