Html Css Color HEX #BC4762 Blush

📋 copy color: '#BC4762'

red 188 ◦ green 71 ◦ blue 98

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

Shades of Blush #BC4762

Tints of Blush #BC4762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 52.66%
G = 19.89%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4762 (or 0xBC4762) is known color: Blush. HEX triplet: BC, 47 and 62. RGB value is (188,71,98). Sum of RGB (Red+Green+Blue) = 188+71+98=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4762 is #43B89D. Grayscale: #6D6D6D. Windows color (decimal): -4438174 or 6440892. OLE color: 6440892.

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

Color convert

RGB 188 71 98 -
CMYK 0 0.62 0.48 0.26
HSL 346.15º 0.47% 0.51% -
HSV(B) 346.15º 0.62% 0.74% -
XYZ 25.2 16.08 13.33 -
YUV 109.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 188 71 98 0 0.62 0.48 0.26 346.15 0.47 0.51
Hex BC 47 62 0 3E 30 1A 15A 2F 33
Octal 274 107 142 0 76 60 32 532 57 63
Binary 10111100 1000111 1100010 0 111110 110000 11010 101011010 101111 110011

Color Harmonies of #BC4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4762

Black with #BC4762

Text Example


Text Example

White with #BC4762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4762; }

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

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

background-color css

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

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

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

border-color css

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

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

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