#B2605D

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

Shades of Coral Tree #B2605D

Tints of Coral Tree #B2605D

Color information

#B2605D (or 0xB2605D) is unknown color: approx Coral Tree. HEX triplet: B2, 60 and 5D. RGB value is (178,96,93). Sum of RGB (Red+Green+Blue) = 178+96+93=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2605D is #4D9FA2. Grayscale: #787878. Windows color (decimal): -5087139 or 6119602. OLE color: 6119602.

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

Color convert

RGB1789693-
CMYK00.460.480.30
HSL2.12º35.56%53.14%-
HSV(B)2.12º47.75%69.8%-
XYZ24.5218.6212.66-
YUV120.18112.67169.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=48.50%
G=26.16%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178969300.460.480.302.1235.5653.14
HexB2605D02E301E22435
Octal262140135056603624465
Binary101100101100000101110101011101100001111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2605D; }

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

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

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

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

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

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

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

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