Html Css Color HEX #BC7177 Turkish Rose

📋 copy color: '#BC7177'

red 188 ◦ green 113 ◦ blue 119

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

Shades of Turkish Rose #BC7177

Tints of Turkish Rose #BC7177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.9%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 44.76%
G = 26.9%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC7177 (or 0xBC7177) is known color: Turkish Rose. HEX triplet: BC, 71 and 77. RGB value is (188,113,119). Sum of RGB (Red+Green+Blue) = 188+113+119=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7177 is #438E88. Grayscale: #888888. Windows color (decimal): -4427401 or 7827900. OLE color: 7827900.

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

Color convert

RGB 188 113 119 -
CMYK 0 0.40 0.37 0.26
HSL 355.2º 0.36% 0.59% -
HSV(B) 355.2º 0.4% 0.74% -
XYZ 29.97 23.83 20.47 -
YUV 136.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 188 113 119 0 0.40 0.37 0.26 355.2 0.36 0.59
Hex BC 71 77 0 28 25 1A 163 24 3B
Octal 274 161 167 0 50 45 32 543 44 73
Binary 10111100 1110001 1110111 0 101000 100101 11010 101100011 100100 111011

Color Harmonies of #BC7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7177

Black with #BC7177

Text Example


Text Example

White with #BC7177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7177; }

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

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

background-color css

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

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

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

border-color css

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

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

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