Html Css Color HEX #BC4F6B Blush

📋 copy color: '#BC4F6B'

red 188 ◦ green 79 ◦ blue 107

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

Shades of Blush #BC4F6B

Tints of Blush #BC4F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.12%

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

R = 50.27%
G = 21.12%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC4F6B (or 0xBC4F6B) is known color: Blush. HEX triplet: BC, 4F and 6B. RGB value is (188,79,107). Sum of RGB (Red+Green+Blue) = 188+79+107=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F6B is #43B094. Grayscale: #727272. Windows color (decimal): -4436117 or 7032764. OLE color: 7032764.

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

Color convert

RGB 188 79 107 -
CMYK 0 0.58 0.43 0.26
HSL 344.59º 0.45% 0.52% -
HSV(B) 344.59º 0.58% 0.74% -
XYZ 26.19 17.34 15.88 -
YUV 114.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 188 79 107 0 0.58 0.43 0.26 344.59 0.45 0.52
Hex BC 4F 6B 0 3A 2B 1A 159 2D 34
Octal 274 117 153 0 72 53 32 531 55 64
Binary 10111100 1001111 1101011 0 111010 101011 11010 101011001 101101 110100

Color Harmonies of #BC4F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F6B

Black with #BC4F6B

Text Example


Text Example

White with #BC4F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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