Html Css Color HEX #BC626E Blush

📋 copy color: '#BC626E'

red 188 ◦ green 98 ◦ blue 110

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

Shades of Blush #BC626E

Tints of Blush #BC626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 47.47%
G = 24.75%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC626E (or 0xBC626E) is known color: Blush. HEX triplet: BC, 62 and 6E. RGB value is (188,98,110). Sum of RGB (Red+Green+Blue) = 188+98+110=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC626E is #439D91. Grayscale: #7E7E7E. Windows color (decimal): -4431250 or 7234236. OLE color: 7234236.

HSL color Cylindrical-coordinate representation of color #BC626E: hue angle of 352º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC626E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 110 -
CMYK 0 0.48 0.41 0.26
HSL 352º 0.4% 0.56% -
HSV(B) 352º 0.48% 0.74% -
XYZ 27.92 20.55 17.25 -
YUV 126.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 188 98 110 0 0.48 0.41 0.26 352 0.4 0.56
Hex BC 62 6E 0 30 29 1A 160 28 38
Octal 274 142 156 0 60 51 32 540 50 70
Binary 10111100 1100010 1101110 0 110000 101001 11010 101100000 101000 111000

Color Harmonies of #BC626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC626E

Black with #BC626E

Text Example


Text Example

White with #BC626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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