Html Css Color HEX #BD7879 Turkish Rose

📋 copy color: '#BD7879'

red 189 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #BD7879

Tints of Turkish Rose #BD7879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 43.95%
G = 27.91%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD7879 (or 0xBD7879) is known color: Turkish Rose. HEX triplet: BD, 78 and 79. RGB value is (189,120,121). Sum of RGB (Red+Green+Blue) = 189+120+121=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7879 is #428786. Grayscale: #8C8C8C. Windows color (decimal): -4360071 or 7960765. OLE color: 7960765.

HSL color Cylindrical-coordinate representation of color #BD7879: hue angle of 359.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7879 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 121 -
CMYK 0 0.37 0.36 0.26
HSL 359.13º 0.34% 0.61% -
HSV(B) 359.13º 0.37% 0.74% -
XYZ 31.15 25.63 21.39 -
YUV 140.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 189 120 121 0 0.37 0.36 0.26 359.13 0.34 0.61
Hex BD 78 79 0 25 24 1A 167 22 3D
Octal 275 170 171 0 45 44 32 547 42 75
Binary 10111101 1111000 1111001 0 100101 100100 11010 101100111 100010 111101

Color Harmonies of #BD7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7879

Black with #BD7879

Text Example


Text Example

White with #BD7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7879; }

 p { color: rgb(189,120,121); }

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

background-color css

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

 a { background-color: rgb(189,120,121); }

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

border-color css

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

 span { border-color: rgb(189,120,121); }

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