#BD676B

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

Shades of Turkish Rose #BD676B

Tints of Turkish Rose #BD676B

Color information

#BD676B (or 0xBD676B) is unknown color: approx Turkish Rose. HEX triplet: BD, 67 and 6B. RGB value is (189,103,107). Sum of RGB (Red+Green+Blue) = 189+103+107=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD676B is #429894. Grayscale: #818181. Windows color (decimal): -4364437 or 7038909. OLE color: 7038909.

HSL color Cylindrical-coordinate representation of color #BD676B: hue angle of 357.21º 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 #BD676B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189103107-
CMYK00.460.430.26
HSL357.21º39.45%57.25%-
HSV(B)357.21º45.5%74.12%-
XYZ28.4921.5816.57-
YUV129.17115.49170.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=47.37%
G=25.81%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910310700.460.430.26357.2139.4557.25
HexBD676B02E2B1A1652739
Octal27514715305653325454771
Binary1011110111001111101011010111010101111010101100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD676B; }

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

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

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

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

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

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

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

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