Html Css Color HEX #BC7778 Turkish Rose

📋 copy color: '#BC7778'

red 188 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #BC7778

Tints of Turkish Rose #BC7778

RGB

 RED value IS 188 (73.83% from 255) = 44.03%

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 44.03%
G = 27.87%
B = 28.1%

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

#BC7778 (or 0xBC7778) is known color: Turkish Rose. HEX triplet: BC, 77 and 78. RGB value is (188,119,120). Sum of RGB (Red+Green+Blue) = 188+119+120=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7778 is #438887. Grayscale: #8B8B8B. Windows color (decimal): -4425864 or 7894972. OLE color: 7894972.

HSL color Cylindrical-coordinate representation of color #BC7778: hue angle of 359.13º degrees, saturation: 0.34, 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 #BC7778 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 120 -
CMYK 0 0.37 0.36 0.26
HSL 359.13º 0.34% 0.6% -
HSV(B) 359.13º 0.37% 0.74% -
XYZ 30.73 25.24 21.02 -
YUV 139.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 188 119 120 0 0.37 0.36 0.26 359.13 0.34 0.6
Hex BC 77 78 0 25 24 1A 167 22 3C
Octal 274 167 170 0 45 44 32 547 42 74
Binary 10111100 1110111 1111000 0 100101 100100 11010 101100111 100010 111100

Color Harmonies of #BC7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7778

Black with #BC7778

Text Example


Text Example

White with #BC7778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7778; }

 p { color: rgb(188,119,120); }

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

background-color css

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

 a { background-color: rgb(188,119,120); }

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

border-color css

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

 span { border-color: rgb(188,119,120); }

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