#B58081

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

Shades of Turkish Rose #B58081

Tints of Turkish Rose #B58081

Color information

#B58081 (or 0xB58081) is unknown color: approx Turkish Rose. HEX triplet: B5, 80 and 81. RGB value is (181,128,129). Sum of RGB (Red+Green+Blue) = 181+128+129=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58081 is #4A7F7E. Grayscale: #909090. Windows color (decimal): -4882303 or 8487093. OLE color: 8487093.

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

Color convert

RGB181128129-
CMYK00.290.290.29
HSL358.87º26.37%60.59%-
HSV(B)358.87º29.28%70.98%-
XYZ30.7426.8524.33-
YUV143.96119.56154.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=41.32%
G=29.22%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112812900.290.290.29358.8726.3760.59
HexB5808101D1D1D1671a3d
Octal26520020103535355473275
Binary101101011000000010000001011101111011110110110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58081; }

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

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

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

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

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

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

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

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