#BD797A

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

Shades of Turkish Rose #BD797A

Tints of Turkish Rose #BD797A

Color information

#BD797A (or 0xBD797A) is unknown color: approx Turkish Rose. HEX triplet: BD, 79 and 7A. RGB value is (189,121,122). Sum of RGB (Red+Green+Blue) = 189+121+122=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797A is #428685. Grayscale: #8D8D8D. Windows color (decimal): -4359814 or 8026557. OLE color: 8026557.

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

Color convert

RGB189121122-
CMYK00.360.350.26
HSL359.12º34%60.78%-
HSV(B)359.12º35.98%74.12%-
XYZ31.3425.921.76-
YUV141.45117.03161.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=43.75%
G=28.01%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912112200.360.350.26359.123460.78
HexBD797A024231A167223d
Octal27517117204443325474275
Binary1011110111110011111010010010010001111010101100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD797A; }

 p { color: rgb(189,121,122); }

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

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

 a { background-color: rgb(189,121,122); }

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

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

 span { border-color: rgb(189,121,122); }

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