#B2625D

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

Shades of Coral Tree #B2625D

Tints of Coral Tree #B2625D

Color information

#B2625D (or 0xB2625D) is unknown color: approx Coral Tree. HEX triplet: B2, 62 and 5D. RGB value is (178,98,93). Sum of RGB (Red+Green+Blue) = 178+98+93=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2625D is #4D9DA2. Grayscale: #797979. Windows color (decimal): -5086627 or 6120114. OLE color: 6120114.

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

Color convert

RGB1789893-
CMYK00.450.480.30
HSL3.53º35.56%53.14%-
HSV(B)3.53º47.75%69.8%-
XYZ24.718.9912.72-
YUV121.35112168.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=48.24%
G=26.56%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178989300.450.480.303.5335.5653.14
HexB2625D02D301E42435
Octal262142135055603644465
Binary1011001011000101011101010110111000011110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2625D; }

 p { color: rgb(178,98,93); }

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

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

 a { background-color: rgb(178,98,93); }

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

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

 span { border-color: rgb(178,98,93); }

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