#B2676E

Color #B2676E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B2676E

Tints of Turkish Rose #B2676E

Color information

#B2676E (or 0xB2676E) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 6E. RGB value is (178,103,110). Sum of RGB (Red+Green+Blue) = 178+103+110=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676E is #4D9891. Grayscale: #7E7E7E. Windows color (decimal): -5085330 or 7235506. OLE color: 7235506.

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

Color convert

RGB178103110-
CMYK00.420.380.30
HSL354.4º32.75%55.1%-
HSV(B)354.4º42.13%69.8%-
XYZ26.0220.2917.3-
YUV126.22118.85164.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=45.52%
G=26.34%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810311000.420.380.30354.432.7555.1
HexB2676E02A261E1622137
Octal26214715605246365424167
Binary1011001011001111101110010101010011011110101100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2676E; }

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

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

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

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

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

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

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

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