Html Css Color HEX #BC4A6B Blush

📋 copy color: '#BC4A6B'

red 188 ◦ green 74 ◦ blue 107

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

Shades of Blush #BC4A6B

Tints of Blush #BC4A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 50.95%
G = 20.05%
B = 29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC4A6B (or 0xBC4A6B) is known color: Blush. HEX triplet: BC, 4A and 6B. RGB value is (188,74,107). Sum of RGB (Red+Green+Blue) = 188+74+107=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A6B is #43B594. Grayscale: #6F6F6F. Windows color (decimal): -4437397 or 7031484. OLE color: 7031484.

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

Color convert

RGB 188 74 107 -
CMYK 0 0.61 0.43 0.26
HSL 342.63º 0.46% 0.51% -
HSV(B) 342.63º 0.61% 0.74% -
XYZ 25.84 16.65 15.76 -
YUV 111.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 188 74 107 0 0.61 0.43 0.26 342.63 0.46 0.51
Hex BC 4A 6B 0 3D 2B 1A 157 2E 33
Octal 274 112 153 0 75 53 32 527 56 63
Binary 10111100 1001010 1101011 0 111101 101011 11010 101010111 101110 110011

Color Harmonies of #BC4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A6B

Black with #BC4A6B

Text Example


Text Example

White with #BC4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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