Html Css Color HEX #BC7579 Turkish Rose

📋 copy color: '#BC7579'

red 188 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #BC7579

Tints of Turkish Rose #BC7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 44.13%
G = 27.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC7579 (or 0xBC7579) is known color: Turkish Rose. HEX triplet: BC, 75 and 79. RGB value is (188,117,121). Sum of RGB (Red+Green+Blue) = 188+117+121=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7579 is #438A86. Grayscale: #8A8A8A. Windows color (decimal): -4426375 or 7959996. OLE color: 7959996.

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

Color convert

RGB 188 117 121 -
CMYK 0 0.38 0.36 0.26
HSL 356.62º 0.35% 0.6% -
HSV(B) 356.62º 0.38% 0.74% -
XYZ 30.55 24.79 21.26 -
YUV 138.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 188 117 121 0 0.38 0.36 0.26 356.62 0.35 0.6
Hex BC 75 79 0 26 24 1A 165 23 3C
Octal 274 165 171 0 46 44 32 545 43 74
Binary 10111100 1110101 1111001 0 100110 100100 11010 101100101 100011 111100

Color Harmonies of #BC7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7579

Black with #BC7579

Text Example


Text Example

White with #BC7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7579; }

 p { color: rgb(188,117,121); }

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

background-color css

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

 a { background-color: rgb(188,117,121); }

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

border-color css

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

 span { border-color: rgb(188,117,121); }

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