#B2605A

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

Shades of Coral Tree #B2605A

Tints of Coral Tree #B2605A

Color information

#B2605A (or 0xB2605A) is unknown color: approx Coral Tree. HEX triplet: B2, 60 and 5A. RGB value is (178,96,90). Sum of RGB (Red+Green+Blue) = 178+96+90=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2605A is #4D9FA5. Grayscale: #777777. Windows color (decimal): -5087142 or 5922994. OLE color: 5922994.

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

Color convert

RGB1789690-
CMYK00.460.490.30
HSL4.09º36.36%52.55%-
HSV(B)4.09º49.44%69.8%-
XYZ24.3918.5711.97-
YUV119.83111.17169.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=48.90%
G=26.37%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178969000.460.490.304.0936.3652.55
HexB2605A02E311E42435
Octal262140132056613644465
Binary1011001011000001011010010111011000111110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2605A; }

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

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

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

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

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

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

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

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