Html Css Color HEX #BB7779 Turkish Rose

📋 copy color: '#BB7779'

red 187 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #BB7779

Tints of Turkish Rose #BB7779

RGB

 RED value IS 187 (73.44% from 255) = 43.79%

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

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

R = 43.79%
G = 27.87%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB7779 (or 0xBB7779) is known color: Turkish Rose. HEX triplet: BB, 77 and 79. RGB value is (187,119,121). Sum of RGB (Red+Green+Blue) = 187+119+121=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7779 is #448886. Grayscale: #8B8B8B. Windows color (decimal): -4491399 or 7960507. OLE color: 7960507.

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

Color convert

RGB 187 119 121 -
CMYK 0 0.36 0.35 0.27
HSL 358.24º 0.33% 0.6% -
HSV(B) 358.24º 0.36% 0.73% -
XYZ 30.54 25.14 21.33 -
YUV 139.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 187 119 121 0 0.36 0.35 0.27 358.24 0.33 0.6
Hex BB 77 79 0 24 23 1B 166 21 3C
Octal 273 167 171 0 44 43 33 546 41 74
Binary 10111011 1110111 1111001 0 100100 100011 11011 101100110 100001 111100

Color Harmonies of #BB7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7779

Black with #BB7779

Text Example


Text Example

White with #BB7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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