Html Css Color HEX #BC4C6B Blush

📋 copy color: '#BC4C6B'

red 188 ◦ green 76 ◦ blue 107

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

Shades of Blush #BC4C6B

Tints of Blush #BC4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 50.67%
G = 20.49%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC4C6B (or 0xBC4C6B) is known color: Blush. HEX triplet: BC, 4C and 6B. RGB value is (188,76,107). Sum of RGB (Red+Green+Blue) = 188+76+107=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C6B is #43B394. Grayscale: #717171. Windows color (decimal): -4436885 or 7031996. OLE color: 7031996.

HSL color Cylindrical-coordinate representation of color #BC4C6B: hue angle of 343.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C6B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 107 -
CMYK 0 0.60 0.43 0.26
HSL 343.39º 0.46% 0.52% -
HSV(B) 343.39º 0.6% 0.74% -
XYZ 25.98 16.92 15.81 -
YUV 113.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 188 76 107 0 0.60 0.43 0.26 343.39 0.46 0.52
Hex BC 4C 6B 0 3C 2B 1A 157 2E 34
Octal 274 114 153 0 74 53 32 527 56 64
Binary 10111100 1001100 1101011 0 111100 101011 11010 101010111 101110 110100

Color Harmonies of #BC4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C6B

Black with #BC4C6B

Text Example


Text Example

White with #BC4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C6B; }

 p { color: rgb(188,76,107); }

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

background-color css

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

 a { background-color: rgb(188,76,107); }

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

border-color css

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

 span { border-color: rgb(188,76,107); }

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