#B2645A

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

Shades of Coral Tree #B2645A

Tints of Coral Tree #B2645A

Color information

#B2645A (or 0xB2645A) is unknown color: approx Coral Tree. HEX triplet: B2, 64 and 5A. RGB value is (178,100,90). Sum of RGB (Red+Green+Blue) = 178+100+90=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2645A is #4D9BA5. Grayscale: #7A7A7A. Windows color (decimal): -5086118 or 5924018. OLE color: 5924018.

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

Color convert

RGB17810090-
CMYK00.440.490.30
HSL6.82º36.36%52.55%-
HSV(B)6.82º49.44%69.8%-
XYZ24.7619.3212.1-
YUV122.18109.84167.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=48.37%
G=27.17%
B=24.46%

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
Decimal1781009000.440.490.306.8236.3652.55
HexB2645A02C311E72435
Octal262144132054613674465
Binary1011001011001001011010010110011000111110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2645A; }

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

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

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

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

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

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

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

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