#B2675B

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

Shades of Coral Tree #B2675B

Tints of Coral Tree #B2675B

Color information

#B2675B (or 0xB2675B) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 5B. RGB value is (178,103,91). Sum of RGB (Red+Green+Blue) = 178+103+91=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2675B is #4D98A4. Grayscale: #7C7C7C. Windows color (decimal): -5085349 or 5990322. OLE color: 5990322.

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

Color convert

RGB17810391-
CMYK00.420.490.30
HSL8.28º36.1%52.75%-
HSV(B)8.28º48.88%69.8%-
XYZ25.119.9212.42-
YUV124.06109.35166.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=47.85%
G=27.69%
B=24.46%

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
Decimal1781039100.420.490.308.2836.152.75
HexB2675B02A311E82435
Octal2621471330526136104465
Binary10110010110011110110110101010110001111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2675B; }

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

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

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

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

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

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

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

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