Html Css Color HEX #BC6168 Blush

📋 copy color: '#BC6168'

red 188 ◦ green 97 ◦ blue 104

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

Shades of Blush #BC6168

Tints of Blush #BC6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 48.33%
G = 24.94%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6168 (or 0xBC6168) is known color: Blush. HEX triplet: BC, 61 and 68. RGB value is (188,97,104). Sum of RGB (Red+Green+Blue) = 188+97+104=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6168 is #439E97. Grayscale: #7D7D7D. Windows color (decimal): -4431512 or 6840764. OLE color: 6840764.

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

Color convert

RGB 188 97 104 -
CMYK 0 0.48 0.45 0.26
HSL 355.38º 0.4% 0.56% -
HSV(B) 355.38º 0.48% 0.74% -
XYZ 27.51 20.24 15.55 -
YUV 125.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 188 97 104 0 0.48 0.45 0.26 355.38 0.4 0.56
Hex BC 61 68 0 30 2D 1A 163 28 38
Octal 274 141 150 0 60 55 32 543 50 70
Binary 10111100 1100001 1101000 0 110000 101101 11010 101100011 101000 111000

Color Harmonies of #BC6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6168

Black with #BC6168

Text Example


Text Example

White with #BC6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6168; }

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

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

background-color css

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

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

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

border-color css

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

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

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