#BD7475

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

Shades of Turkish Rose #BD7475

Tints of Turkish Rose #BD7475

Color information

#BD7475 (or 0xBD7475) is unknown color: approx Turkish Rose. HEX triplet: BD, 74 and 75. RGB value is (189,116,117). Sum of RGB (Red+Green+Blue) = 189+116+117=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7475 is #428B8A. Grayscale: #8A8A8A. Windows color (decimal): -4361099 or 7697597. OLE color: 7697597.

HSL color Cylindrical-coordinate representation of color #BD7475: hue angle of 359.18º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7475 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189116117-
CMYK00.390.380.26
HSL359.18º35.61%59.8%-
HSV(B)359.18º38.62%74.12%-
XYZ30.4424.5919.97-
YUV137.94116.18164.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=44.79%
G=27.49%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911611700.390.380.26359.1835.6159.8
HexBD7475027261A167243c
Octal27516416504746325474474
Binary1011110111101001110101010011110011011010101100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7475; }

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

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

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

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

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

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

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

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