#B18081

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

Shades of Turkish Rose #B18081

Tints of Turkish Rose #B18081

Color information

#B18081 (or 0xB18081) is unknown color: approx Turkish Rose. HEX triplet: B1, 80 and 81. RGB value is (177,128,129). Sum of RGB (Red+Green+Blue) = 177+128+129=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B18081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18081 is #4E7F7E. Grayscale: #8E8E8E. Windows color (decimal): -5144447 or 8487089. OLE color: 8487089.

HSL color Cylindrical-coordinate representation of color #B18081: hue angle of 358.78º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18081 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177128129-
CMYK00.280.270.31
HSL358.78º23.9%59.8%-
HSV(B)358.78º27.68%69.41%-
XYZ29.8126.3724.29-
YUV142.76120.23152.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=40.78%
G=29.49%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712812900.280.270.31358.7823.959.8
HexB1808101C1B1F167183c
Octal26120020103433375473074
Binary101100011000000010000001011100110111111110110011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18081; }

 p { color: rgb(177,128,129); }

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

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

 a { background-color: rgb(177,128,129); }

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

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

 span { border-color: rgb(177,128,129); }

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