#B38182

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

Shades of Turkish Rose #B38182

Tints of Turkish Rose #B38182

Color information

#B38182 (or 0xB38182) is unknown color: approx Turkish Rose. HEX triplet: B3, 81 and 82. RGB value is (179,129,130). Sum of RGB (Red+Green+Blue) = 179+129+130=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38182 is #4C7E7D. Grayscale: #909090. Windows color (decimal): -5013118 or 8552883. OLE color: 8552883.

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

Color convert

RGB179129130-
CMYK00.280.270.30
HSL358.8º24.75%60.39%-
HSV(B)358.8º27.93%70.2%-
XYZ30.4726.924.7-
YUV144.06120.06152.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=40.87%
G=29.45%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912913000.280.270.30358.824.7560.39
HexB3818201C1B1E167193c
Octal26320120203433365473174
Binary101100111000000110000010011100110111111010110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38182; }

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

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

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

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

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

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

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

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