Html Css Color HEX #BD6970 Turkish Rose

📋 copy color: '#BD6970'

red 189 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #BD6970

Tints of Turkish Rose #BD6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 46.55%
G = 25.86%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD6970 (or 0xBD6970) is known color: Turkish Rose. HEX triplet: BD, 69 and 70. RGB value is (189,105,112). Sum of RGB (Red+Green+Blue) = 189+105+112=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6970 is #42968F. Grayscale: #828282. Windows color (decimal): -4363920 or 7367101. OLE color: 7367101.

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

Color convert

RGB 189 105 112 -
CMYK 0 0.44 0.41 0.26
HSL 355º 0.39% 0.58% -
HSV(B) 355º 0.44% 0.74% -
XYZ 28.96 22.09 18.07 -
YUV 130.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 189 105 112 0 0.44 0.41 0.26 355 0.39 0.58
Hex BD 69 70 0 2C 29 1A 163 27 3A
Octal 275 151 160 0 54 51 32 543 47 72
Binary 10111101 1101001 1110000 0 101100 101001 11010 101100011 100111 111010

Color Harmonies of #BD6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6970

Black with #BD6970

Text Example


Text Example

White with #BD6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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