#BD6769

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

Shades of Turkish Rose #BD6769

Tints of Turkish Rose #BD6769

Color information

#BD6769 (or 0xBD6769) is unknown color: approx Turkish Rose. HEX triplet: BD, 67 and 69. RGB value is (189,103,105). Sum of RGB (Red+Green+Blue) = 189+103+105=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6769 is #429896. Grayscale: #818181. Windows color (decimal): -4364439 or 6907837. OLE color: 6907837.

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

Color convert

RGB189103105-
CMYK00.460.440.26
HSL358.6º39.45%57.25%-
HSV(B)358.6º45.5%74.12%-
XYZ28.3921.5416.03-
YUV128.94114.49170.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=47.61%
G=25.94%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910310500.460.440.26358.639.4557.25
HexBD676902E2C1A1672739
Octal27514715105654325474771
Binary1011110111001111101001010111010110011010101100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6769; }

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

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

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

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

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

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

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

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