#B2675E

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

Shades of Coral Tree #B2675E

Tints of Coral Tree #B2675E

Color information

#B2675E (or 0xB2675E) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 5E. RGB value is (178,103,94). Sum of RGB (Red+Green+Blue) = 178+103+94=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2675E is #4D98A1. Grayscale: #7C7C7C. Windows color (decimal): -5085346 or 6186930. OLE color: 6186930.

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

Color convert

RGB17810394-
CMYK00.420.470.30
HSL6.43º35.29%53.33%-
HSV(B)6.43º47.19%69.8%-
XYZ25.2319.9713.12-
YUV124.4110.85166.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=47.47%
G=27.47%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781039400.420.470.306.4335.2953.33
HexB2675E02A2F1E62335
Octal262147136052573664365
Binary1011001011001111011110010101010111111110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2675E; }

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

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

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

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

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

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

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

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