#B26567

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

Shades of Turkish Rose #B26567

Tints of Turkish Rose #B26567

Color information

#B26567 (or 0xB26567) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 67. RGB value is (178,101,103). Sum of RGB (Red+Green+Blue) = 178+101+103=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26567 is #4D9A98. Grayscale: #7C7C7C. Windows color (decimal): -5085849 or 6776242. OLE color: 6776242.

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

Color convert

RGB178101103-
CMYK00.430.420.30
HSL358.44º33.33%54.71%-
HSV(B)358.44º43.26%69.8%-
XYZ25.4619.7515.3-
YUV124.25116.01166.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=46.60%
G=26.44%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810110300.430.420.30358.4433.3354.71
HexB2656702B2A1E1662137
Octal26214514705352365464167
Binary1011001011001011100111010101110101011110101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26567; }

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

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

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

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

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

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

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

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