Html Css Color HEX #BD6973 Turkish Rose

📋 copy color: '#BD6973'

red 189 ◦ green 105 ◦ blue 115

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

Shades of Turkish Rose #BD6973

Tints of Turkish Rose #BD6973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 46.21%
G = 25.67%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD6973 (or 0xBD6973) is known color: Turkish Rose. HEX triplet: BD, 69 and 73. RGB value is (189,105,115). Sum of RGB (Red+Green+Blue) = 189+105+115=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6973 is #42968C. Grayscale: #838383. Windows color (decimal): -4363917 or 7563709. OLE color: 7563709.

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

Color convert

RGB 189 105 115 -
CMYK 0 0.44 0.39 0.26
HSL 352.86º 0.39% 0.58% -
HSV(B) 352.86º 0.44% 0.74% -
XYZ 29.13 22.16 18.96 -
YUV 131.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 189 105 115 0 0.44 0.39 0.26 352.86 0.39 0.58
Hex BD 69 73 0 2C 27 1A 161 27 3A
Octal 275 151 163 0 54 47 32 541 47 72
Binary 10111101 1101001 1110011 0 101100 100111 11010 101100001 100111 111010

Color Harmonies of #BD6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6973

Black with #BD6973

Text Example


Text Example

White with #BD6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6973; }

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

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

background-color css

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

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

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

border-color css

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

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

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