#B0645D

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

Shades of Coral Tree #B0645D

Tints of Coral Tree #B0645D

Color information

#B0645D (or 0xB0645D) is unknown color: approx Coral Tree. HEX triplet: B0, 64 and 5D. RGB value is (176,100,93). Sum of RGB (Red+Green+Blue) = 176+100+93=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645D is #4F9BA2. Grayscale: #7A7A7A. Windows color (decimal): -5217187 or 6120624. OLE color: 6120624.

HSL color Cylindrical-coordinate representation of color #B0645D: hue angle of 5.06º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0645D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17610093-
CMYK00.430.470.31
HSL5.06º34.44%52.75%-
HSV(B)5.06º47.16%69.02%-
XYZ24.4419.1312.76-
YUV121.93111.68166.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=47.70%
G=27.10%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761009300.430.470.315.0634.4452.75
HexB0645D02B2F1F52235
Octal260144135053573754265
Binary1011000011001001011101010101110111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0645D; }

 p { color: rgb(176,100,93); }

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

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

 a { background-color: rgb(176,100,93); }

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

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

 span { border-color: rgb(176,100,93); }

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