#B2676D

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

Shades of Turkish Rose #B2676D

Tints of Turkish Rose #B2676D

Color information

#B2676D (or 0xB2676D) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 6D. RGB value is (178,103,109). Sum of RGB (Red+Green+Blue) = 178+103+109=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676D is #4D9892. Grayscale: #7E7E7E. Windows color (decimal): -5085331 or 7169970. OLE color: 7169970.

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

Color convert

RGB178103109-
CMYK00.420.390.30
HSL355.2º32.75%55.1%-
HSV(B)355.2º42.13%69.8%-
XYZ25.9720.2717.01-
YUV126.11118.35165.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=45.64%
G=26.41%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810310900.420.390.30355.232.7555.1
HexB2676D02A271E1632137
Octal26214715505247365434167
Binary1011001011001111101101010101010011111110101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2676D; }

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

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

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

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

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

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

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

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