#BD676E

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

Shades of Turkish Rose #BD676E

Tints of Turkish Rose #BD676E

Color information

#BD676E (or 0xBD676E) is unknown color: approx Turkish Rose. HEX triplet: BD, 67 and 6E. RGB value is (189,103,110). Sum of RGB (Red+Green+Blue) = 189+103+110=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD676E is #429891. Grayscale: #818181. Windows color (decimal): -4364434 or 7235517. OLE color: 7235517.

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

Color convert

RGB189103110-
CMYK00.460.420.26
HSL355.12º39.45%57.25%-
HSV(B)355.12º45.5%74.12%-
XYZ28.6521.6517.42-
YUV129.51116.99170.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=47.01%
G=25.62%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910311000.460.420.26355.1239.4557.25
HexBD676E02E2A1A1632739
Octal27514715605652325434771
Binary1011110111001111101110010111010101011010101100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD676E; }

 p { color: rgb(189,103,110); }

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

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

 a { background-color: rgb(189,103,110); }

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

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

 span { border-color: rgb(189,103,110); }

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