#B97375

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

Shades of Turkish Rose #B97375

Tints of Turkish Rose #B97375

Color information

#B97375 (or 0xB97375) is unknown color: approx Turkish Rose. HEX triplet: B9, 73 and 75. RGB value is (185,115,117). Sum of RGB (Red+Green+Blue) = 185+115+117=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97375 is #468C8A. Grayscale: #888888. Windows color (decimal): -4623499 or 7697337. OLE color: 7697337.

HSL color Cylindrical-coordinate representation of color #B97375: hue angle of 358.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97375 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185115117-
CMYK00.380.370.27
HSL358.29º33.33%58.82%-
HSV(B)358.29º37.84%72.55%-
XYZ29.3523.8619.89-
YUV136.16117.19162.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=44.36%
G=27.58%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511511700.380.370.27358.2933.3358.82
HexB97375026251B166213b
Octal27116316504645335464173
Binary1011100111100111110101010011010010111011101100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97375; }

 p { color: rgb(185,115,117); }

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

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

 a { background-color: rgb(185,115,117); }

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

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

 span { border-color: rgb(185,115,117); }

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