Html Css Color HEX #BD6770 Turkish Rose

📋 copy color: '#BD6770'

red 189 ◦ green 103 ◦ blue 112

#BD6770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BD6770

Tints of Turkish Rose #BD6770

RGB

 RED value IS 189 (74.22% from 255) = 46.78%

 GREEN value IS 103 (40.63% from 255) = 25.5%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 46.78%
G = 25.5%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD6770 (or 0xBD6770) is known color: Turkish Rose. HEX triplet: BD, 67 and 70. RGB value is (189,103,112). Sum of RGB (Red+Green+Blue) = 189+103+112=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6770 is #42988F. Grayscale: #818181. Windows color (decimal): -4364432 or 7366589. OLE color: 7366589.

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

Color convert

RGB 189 103 112 -
CMYK 0 0.46 0.41 0.26
HSL 353.72º 0.39% 0.57% -
HSV(B) 353.72º 0.46% 0.74% -
XYZ 28.76 21.69 18 -
YUV 129.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 189 103 112 0 0.46 0.41 0.26 353.72 0.39 0.57
Hex BD 67 70 0 2E 29 1A 162 27 39
Octal 275 147 160 0 56 51 32 542 47 71
Binary 10111101 1100111 1110000 0 101110 101001 11010 101100010 100111 111001

Color Harmonies of #BD6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6770

Black with #BD6770

Text Example


Text Example

White with #BD6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6770; }

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

 H1.HeaderClassName
 {
   color: #BD6770;
 }
 .AnyTagClassName
 {
   color: #BD6770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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