Html Css Color HEX #BC6374 Blush

📋 copy color: '#BC6374'

red 188 ◦ green 99 ◦ blue 116

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

Shades of Blush #BC6374

Tints of Blush #BC6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 46.65%
G = 24.57%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6374 (or 0xBC6374) is known color: Blush. HEX triplet: BC, 63 and 74. RGB value is (188,99,116). Sum of RGB (Red+Green+Blue) = 188+99+116=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6374 is #439C8B. Grayscale: #7F7F7F. Windows color (decimal): -4430988 or 7627708. OLE color: 7627708.

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

Color convert

RGB 188 99 116 -
CMYK 0 0.47 0.38 0.26
HSL 348.54º 0.4% 0.56% -
HSV(B) 348.54º 0.47% 0.74% -
XYZ 28.35 20.88 19.06 -
YUV 127.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 188 99 116 0 0.47 0.38 0.26 348.54 0.4 0.56
Hex BC 63 74 0 2F 26 1A 15D 28 38
Octal 274 143 164 0 57 46 32 535 50 70
Binary 10111100 1100011 1110100 0 101111 100110 11010 101011101 101000 111000

Color Harmonies of #BC6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6374

Black with #BC6374

Text Example


Text Example

White with #BC6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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