#B2675A

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

Shades of Coral Tree #B2675A

Tints of Coral Tree #B2675A

Color information

#B2675A (or 0xB2675A) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 5A. RGB value is (178,103,90). Sum of RGB (Red+Green+Blue) = 178+103+90=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2675A is #4D98A5. Grayscale: #7C7C7C. Windows color (decimal): -5085350 or 5924786. OLE color: 5924786.

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

Color convert

RGB17810390-
CMYK00.420.490.30
HSL8.86º36.36%52.55%-
HSV(B)8.86º49.44%69.8%-
XYZ25.0619.912.19-
YUV123.94108.85166.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=47.98%
G=27.76%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781039000.420.490.308.8636.3652.55
HexB2675A02A311E92435
Octal2621471320526136114465
Binary10110010110011110110100101010110001111101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2675A; }

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

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

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

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

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

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

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

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