Html Css Color HEX #BD6670 Turkish Rose

📋 copy color: '#BD6670'

red 189 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #BD6670

Tints of Turkish Rose #BD6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 46.9%
G = 25.31%
B = 27.79%

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

#BD6670 (or 0xBD6670) is known color: Turkish Rose. HEX triplet: BD, 66 and 70. RGB value is (189,102,112). Sum of RGB (Red+Green+Blue) = 189+102+112=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6670 is #42998F. Grayscale: #818181. Windows color (decimal): -4364688 or 7366333. OLE color: 7366333.

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

Color convert

RGB 189 102 112 -
CMYK 0 0.46 0.41 0.26
HSL 353.1º 0.4% 0.57% -
HSV(B) 353.1º 0.46% 0.74% -
XYZ 28.66 21.49 17.97 -
YUV 129.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 189 102 112 0 0.46 0.41 0.26 353.1 0.4 0.57
Hex BD 66 70 0 2E 29 1A 161 28 39
Octal 275 146 160 0 56 51 32 541 50 71
Binary 10111101 1100110 1110000 0 101110 101001 11010 101100001 101000 111001

Color Harmonies of #BD6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6670

Black with #BD6670

Text Example


Text Example

White with #BD6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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