#B5645B

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

Shades of Coral Tree #B5645B

Tints of Coral Tree #B5645B

Color information

#B5645B (or 0xB5645B) is unknown color: approx Coral Tree. HEX triplet: B5, 64 and 5B. RGB value is (181,100,91). Sum of RGB (Red+Green+Blue) = 181+100+91=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5645B is #4A9BA4. Grayscale: #7B7B7B. Windows color (decimal): -4889509 or 5989557. OLE color: 5989557.

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

Color convert

RGB18110091-
CMYK00.450.500.29
HSL37.82%53.33%-
HSV(B)49.72%70.98%-
XYZ25.519.6912.35-
YUV123.19109.84169.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=48.66%
G=26.88%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811009100.450.500.29637.8253.33
HexB5645B02D321D62635
Octal265144133055623564665
Binary1011010111001001011011010110111001011101110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5645B; }

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

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

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

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

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

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

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

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