Html Css Color HEX #BC777A Turkish Rose

📋 copy color: '#BC777A'

red 188 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #BC777A

Tints of Turkish Rose #BC777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 43.82%
G = 27.74%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC777A (or 0xBC777A) is known color: Turkish Rose. HEX triplet: BC, 77 and 7A. RGB value is (188,119,122). Sum of RGB (Red+Green+Blue) = 188+119+122=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777A is #438885. Grayscale: #8C8C8C. Windows color (decimal): -4425862 or 8026044. OLE color: 8026044.

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

Color convert

RGB 188 119 122 -
CMYK 0 0.37 0.35 0.26
HSL 357.39º 0.34% 0.6% -
HSV(B) 357.39º 0.37% 0.74% -
XYZ 30.85 25.29 21.67 -
YUV 139.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 188 119 122 0 0.37 0.35 0.26 357.39 0.34 0.6
Hex BC 77 7A 0 25 23 1A 165 22 3C
Octal 274 167 172 0 45 43 32 545 42 74
Binary 10111100 1110111 1111010 0 100101 100011 11010 101100101 100010 111100

Color Harmonies of #BC777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC777A

Black with #BC777A

Text Example


Text Example

White with #BC777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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