#B26974

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

Shades of Turkish Rose #B26974

Tints of Turkish Rose #B26974

Color information

#B26974 (or 0xB26974) is unknown color: approx Turkish Rose. HEX triplet: B2, 69 and 74. RGB value is (178,105,116). Sum of RGB (Red+Green+Blue) = 178+105+116=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26974 is #4D968B. Grayscale: #808080. Windows color (decimal): -5084812 or 7629234. OLE color: 7629234.

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

Color convert

RGB178105116-
CMYK00.410.350.30
HSL350.96º32.16%55.49%-
HSV(B)350.96º41.01%69.8%-
XYZ26.5620.8319.14-
YUV128.08121.18163.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=44.61%
G=26.32%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810511600.410.350.30350.9632.1655.49
HexB26974029231E15f2037
Octal26215116405143365374067
Binary1011001011010011110100010100110001111110101011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26974; }

 p { color: rgb(178,105,116); }

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

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

 a { background-color: rgb(178,105,116); }

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

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

 span { border-color: rgb(178,105,116); }

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