#BD7174

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

Shades of Turkish Rose #BD7174

Tints of Turkish Rose #BD7174

Color information

#BD7174 (or 0xBD7174) is unknown color: approx Turkish Rose. HEX triplet: BD, 71 and 74. RGB value is (189,113,116). Sum of RGB (Red+Green+Blue) = 189+113+116=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7174 is #428E8B. Grayscale: #888888. Windows color (decimal): -4361868 or 7631293. OLE color: 7631293.

HSL color Cylindrical-coordinate representation of color #BD7174: hue angle of 357.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7174 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189113116-
CMYK00.400.390.26
HSL357.63º36.54%59.22%-
HSV(B)357.63º40.21%74.12%-
XYZ30.0423.8919.55-
YUV136.07116.68165.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=45.22%
G=27.03%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911311600.400.390.26357.6336.5459.22
HexBD7174028271A166253b
Octal27516116405047325464573
Binary1011110111100011110100010100010011111010101100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7174; }

 p { color: rgb(189,113,116); }

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

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

 a { background-color: rgb(189,113,116); }

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

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

 span { border-color: rgb(189,113,116); }

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