#B08384

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

Shades of Turkish Rose #B08384

Tints of Turkish Rose #B08384

Color information

#B08384 (or 0xB08384) is unknown color: approx Turkish Rose. HEX triplet: B0, 83 and 84. RGB value is (176,131,132). Sum of RGB (Red+Green+Blue) = 176+131+132=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08384 is #4F7C7B. Grayscale: #909090. Windows color (decimal): -5209212 or 8684464. OLE color: 8684464.

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

Color convert

RGB176131132-
CMYK00.260.250.31
HSL358.67º22.17%60.2%-
HSV(B)358.67º25.57%69.02%-
XYZ30.1927.1325.48-
YUV144.57120.91150.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=40.09%
G=29.84%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613113200.260.250.31358.6722.1760.2
HexB0838401A191F167163c
Octal26020320403231375472674
Binary101100001000001110000100011010110011111110110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08384; }

 p { color: rgb(176,131,132); }

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

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

 a { background-color: rgb(176,131,132); }

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

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

 span { border-color: rgb(176,131,132); }

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