#BD7274

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

Shades of Turkish Rose #BD7274

Tints of Turkish Rose #BD7274

Color information

#BD7274 (or 0xBD7274) is unknown color: approx Turkish Rose. HEX triplet: BD, 72 and 74. RGB value is (189,114,116). Sum of RGB (Red+Green+Blue) = 189+114+116=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7274 is #428D8B. Grayscale: #888888. Windows color (decimal): -4361612 or 7631549. OLE color: 7631549.

HSL color Cylindrical-coordinate representation of color #BD7274: hue angle of 358.4º degrees, saturation: 0.36, 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 #BD7274 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189114116-
CMYK00.400.390.26
HSL358.4º36.23%59.41%-
HSV(B)358.4º39.68%74.12%-
XYZ30.1624.1119.59-
YUV136.65116.35165.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=45.11%
G=27.21%
B=27.68%

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
Decimal18911411600.400.390.26358.436.2359.41
HexBD7274028271A166243b
Octal27516216405047325464473
Binary1011110111100101110100010100010011111010101100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7274; }

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

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

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

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

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

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

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

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