Html Css Color HEX #BC4B6A Blush

📋 copy color: '#BC4B6A'

red 188 ◦ green 75 ◦ blue 106

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

Shades of Blush #BC4B6A

Tints of Blush #BC4B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 50.95%
G = 20.33%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC4B6A (or 0xBC4B6A) is known color: Blush. HEX triplet: BC, 4B and 6A. RGB value is (188,75,106). Sum of RGB (Red+Green+Blue) = 188+75+106=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B6A is #43B495. Grayscale: #707070. Windows color (decimal): -4437142 or 6966204. OLE color: 6966204.

HSL color Cylindrical-coordinate representation of color #BC4B6A: hue angle of 343.54º 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 #BC4B6A is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 106 -
CMYK 0 0.60 0.44 0.26
HSL 343.54º 0.46% 0.52% -
HSV(B) 343.54º 0.6% 0.74% -
XYZ 25.86 16.76 15.51 -
YUV 112.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 188 75 106 0 0.60 0.44 0.26 343.54 0.46 0.52
Hex BC 4B 6A 0 3C 2C 1A 158 2E 34
Octal 274 113 152 0 74 54 32 530 56 64
Binary 10111100 1001011 1101010 0 111100 101100 11010 101011000 101110 110100

Color Harmonies of #BC4B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B6A

Black with #BC4B6A

Text Example


Text Example

White with #BC4B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B6A; }

 p { color: rgb(188,75,106); }

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

background-color css

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

 a { background-color: rgb(188,75,106); }

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

border-color css

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

 span { border-color: rgb(188,75,106); }

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