#B26667

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

Shades of Turkish Rose #B26667

Tints of Turkish Rose #B26667

Color information

#B26667 (or 0xB26667) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 67. RGB value is (178,102,103). Sum of RGB (Red+Green+Blue) = 178+102+103=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B26667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26667 is #4D9998. Grayscale: #7C7C7C. Windows color (decimal): -5085593 or 6776498. OLE color: 6776498.

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

Color convert

RGB178102103-
CMYK00.430.420.30
HSL359.21º33.04%54.9%-
HSV(B)359.21º42.7%69.8%-
XYZ25.5619.9515.33-
YUV124.84115.68165.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=46.48%
G=26.63%
B=26.89%

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
Decimal17810210300.430.420.30359.2133.0454.9
HexB2666702B2A1E1672137
Octal26214614705352365474167
Binary1011001011001101100111010101110101011110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26667; }

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

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

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

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

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

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

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

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