#B48081

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

Shades of Turkish Rose #B48081

Tints of Turkish Rose #B48081

Color information

#B48081 (or 0xB48081) is unknown color: approx Turkish Rose. HEX triplet: B4, 80 and 81. RGB value is (180,128,129). Sum of RGB (Red+Green+Blue) = 180+128+129=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B48081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48081 is #4B7F7E. Grayscale: #8F8F8F. Windows color (decimal): -4947839 or 8487092. OLE color: 8487092.

HSL color Cylindrical-coordinate representation of color #B48081: hue angle of 358.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48081 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180128129-
CMYK00.290.280.29
HSL358.85º25.74%60.39%-
HSV(B)358.85º28.89%70.59%-
XYZ30.526.7324.32-
YUV143.66119.73153.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=41.19%
G=29.29%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012812900.290.280.29358.8525.7460.39
HexB4808101D1C1D1671a3c
Octal26420020103534355473274
Binary101101001000000010000001011101111001110110110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48081; }

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

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

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

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

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

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

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

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