#B38081

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

Shades of Turkish Rose #B38081

Tints of Turkish Rose #B38081

Color information

#B38081 (or 0xB38081) is unknown color: approx Turkish Rose. HEX triplet: B3, 80 and 81. RGB value is (179,128,129). Sum of RGB (Red+Green+Blue) = 179+128+129=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38081 is #4C7F7E. Grayscale: #8F8F8F. Windows color (decimal): -5013375 or 8487091. OLE color: 8487091.

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

Color convert

RGB179128129-
CMYK00.280.280.30
HSL358.82º25.12%60.2%-
HSV(B)358.82º28.49%70.2%-
XYZ30.2726.6124.31-
YUV143.36119.9153.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=41.06%
G=29.36%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912812900.280.280.30358.8225.1260.2
HexB3808101C1C1E167193c
Octal26320020103434365473174
Binary101100111000000010000001011100111001111010110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38081; }

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

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

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

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

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

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

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

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