Html Css Color HEX #BC7679 Turkish Rose

📋 copy color: '#BC7679'

red 188 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #BC7679

Tints of Turkish Rose #BC7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 44.03%
G = 27.63%
B = 28.34%

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

#BC7679 (or 0xBC7679) is known color: Turkish Rose. HEX triplet: BC, 76 and 79. RGB value is (188,118,121). Sum of RGB (Red+Green+Blue) = 188+118+121=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7679 is #438986. Grayscale: #8B8B8B. Windows color (decimal): -4426119 or 7960252. OLE color: 7960252.

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

Color convert

RGB 188 118 121 -
CMYK 0 0.37 0.36 0.26
HSL 357.43º 0.34% 0.6% -
HSV(B) 357.43º 0.37% 0.74% -
XYZ 30.67 25.03 21.3 -
YUV 139.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 188 118 121 0 0.37 0.36 0.26 357.43 0.34 0.6
Hex BC 76 79 0 25 24 1A 165 22 3C
Octal 274 166 171 0 45 44 32 545 42 74
Binary 10111100 1110110 1111001 0 100101 100100 11010 101100101 100010 111100

Color Harmonies of #BC7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7679

Black with #BC7679

Text Example


Text Example

White with #BC7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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