Html Css Color HEX #BC4766 Blush

📋 copy color: '#BC4766'

red 188 ◦ green 71 ◦ blue 102

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

Shades of Blush #BC4766

Tints of Blush #BC4766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 52.08%
G = 19.67%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4766 (or 0xBC4766) is known color: Blush. HEX triplet: BC, 47 and 66. RGB value is (188,71,102). Sum of RGB (Red+Green+Blue) = 188+71+102=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4766 is #43B899. Grayscale: #6D6D6D. Windows color (decimal): -4438170 or 6703036. OLE color: 6703036.

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

Color convert

RGB 188 71 102 -
CMYK 0 0.62 0.46 0.26
HSL 344.1º 0.47% 0.51% -
HSV(B) 344.1º 0.62% 0.74% -
XYZ 25.39 16.16 14.35 -
YUV 109.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 188 71 102 0 0.62 0.46 0.26 344.1 0.47 0.51
Hex BC 47 66 0 3E 2E 1A 158 2F 33
Octal 274 107 146 0 76 56 32 530 57 63
Binary 10111100 1000111 1100110 0 111110 101110 11010 101011000 101111 110011

Color Harmonies of #BC4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4766

Black with #BC4766

Text Example


Text Example

White with #BC4766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4766; }

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

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

background-color css

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

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

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

border-color css

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

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

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