#B2676A

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

Shades of Turkish Rose #B2676A

Tints of Turkish Rose #B2676A

Color information

#B2676A (or 0xB2676A) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 6A. RGB value is (178,103,106). Sum of RGB (Red+Green+Blue) = 178+103+106=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676A is #4D9895. Grayscale: #7D7D7D. Windows color (decimal): -5085334 or 6973362. OLE color: 6973362.

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

Color convert

RGB178103106-
CMYK00.420.400.30
HSL357.6º32.75%55.1%-
HSV(B)357.6º42.13%69.8%-
XYZ25.8120.2116.18-
YUV125.77116.85165.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=45.99%
G=26.61%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810310600.420.400.30357.632.7555.1
HexB2676A02A281E1662137
Octal26214715205250365464167
Binary1011001011001111101010010101010100011110101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2676A; }

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

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

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

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

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

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

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

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