Html Css Color HEX #BD7779 Turkish Rose

📋 copy color: '#BD7779'

red 189 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #BD7779

Tints of Turkish Rose #BD7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

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

R = 44.06%
G = 27.74%
B = 28.21%

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

#BD7779 (or 0xBD7779) is known color: Turkish Rose. HEX triplet: BD, 77 and 79. RGB value is (189,119,121). Sum of RGB (Red+Green+Blue) = 189+119+121=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7779 is #428886. Grayscale: #8C8C8C. Windows color (decimal): -4360327 or 7960509. OLE color: 7960509.

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

Color convert

RGB 189 119 121 -
CMYK 0 0.37 0.36 0.26
HSL 358.29º 0.35% 0.6% -
HSV(B) 358.29º 0.37% 0.74% -
XYZ 31.03 25.39 21.35 -
YUV 140.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 189 119 121 0 0.37 0.36 0.26 358.29 0.35 0.6
Hex BD 77 79 0 25 24 1A 166 23 3C
Octal 275 167 171 0 45 44 32 546 43 74
Binary 10111101 1110111 1111001 0 100101 100100 11010 101100110 100011 111100

Color Harmonies of #BD7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7779

Black with #BD7779

Text Example


Text Example

White with #BD7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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