Html Css Color HEX #BC6874 Turkish Rose

📋 copy color: '#BC6874'

red 188 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #BC6874

Tints of Turkish Rose #BC6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 46.08%
G = 25.49%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6874 (or 0xBC6874) is known color: Turkish Rose. HEX triplet: BC, 68 and 74. RGB value is (188,104,116). Sum of RGB (Red+Green+Blue) = 188+104+116=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6874 is #43978B. Grayscale: #828282. Windows color (decimal): -4429708 or 7628988. OLE color: 7628988.

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

Color convert

RGB 188 104 116 -
CMYK 0 0.45 0.38 0.26
HSL 351.43º 0.39% 0.57% -
HSV(B) 351.43º 0.45% 0.74% -
XYZ 28.84 21.85 19.22 -
YUV 130.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 188 104 116 0 0.45 0.38 0.26 351.43 0.39 0.57
Hex BC 68 74 0 2D 26 1A 15F 27 39
Octal 274 150 164 0 55 46 32 537 47 71
Binary 10111100 1101000 1110100 0 101101 100110 11010 101011111 100111 111001

Color Harmonies of #BC6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6874

Black with #BC6874

Text Example


Text Example

White with #BC6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6874; }

 p { color: rgb(188,104,116); }

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

background-color css

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

 a { background-color: rgb(188,104,116); }

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

border-color css

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

 span { border-color: rgb(188,104,116); }

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