Html Css Color HEX #BC4366 Blush

📋 copy color: '#BC4366'

red 188 ◦ green 67 ◦ blue 102

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

Shades of Blush #BC4366

Tints of Blush #BC4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 52.66%
G = 18.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4366 (or 0xBC4366) is known color: Blush. HEX triplet: BC, 43 and 66. RGB value is (188,67,102). Sum of RGB (Red+Green+Blue) = 188+67+102=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4366 is #43BC99. Grayscale: #6B6B6B. Windows color (decimal): -4439194 or 6702012. OLE color: 6702012.

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

Color convert

RGB 188 67 102 -
CMYK 0 0.64 0.46 0.26
HSL 342.64º 0.47% 0.5% -
HSV(B) 342.64º 0.64% 0.74% -
XYZ 25.14 15.66 14.27 -
YUV 107.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 188 67 102 0 0.64 0.46 0.26 342.64 0.47 0.5
Hex BC 43 66 0 40 2E 1A 157 2F 32
Octal 274 103 146 0 100 56 32 527 57 62
Binary 10111100 1000011 1100110 0 1000000 101110 11010 101010111 101111 110010

Color Harmonies of #BC4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4366

Black with #BC4366

Text Example


Text Example

White with #BC4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4366; }

 p { color: rgb(188,67,102); }

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

background-color css

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

 a { background-color: rgb(188,67,102); }

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

border-color css

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

 span { border-color: rgb(188,67,102); }

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