#B2665F

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

Shades of Coral Tree #B2665F

Tints of Coral Tree #B2665F

Color information

#B2665F (or 0xB2665F) is unknown color: approx Coral Tree. HEX triplet: B2, 66 and 5F. RGB value is (178,102,95). Sum of RGB (Red+Green+Blue) = 178+102+95=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2665F is #4D99A0. Grayscale: #7C7C7C. Windows color (decimal): -5085601 or 6252210. OLE color: 6252210.

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

Color convert

RGB17810295-
CMYK00.430.470.30
HSL5.06º35.02%53.53%-
HSV(B)5.06º46.63%69.8%-
XYZ25.1819.7913.32-
YUV123.93111.68166.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=47.47%
G=27.2%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781029500.430.470.305.0635.0253.53
HexB2665F02B2F1E52336
Octal262146137053573654366
Binary1011001011001101011111010101110111111110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2665F; }

 p { color: rgb(178,102,95); }

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

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

 a { background-color: rgb(178,102,95); }

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

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

 span { border-color: rgb(178,102,95); }

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