Html Css Color HEX #BC606F Blush

📋 copy color: '#BC606F'

red 188 ◦ green 96 ◦ blue 111

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

Shades of Blush #BC606F

Tints of Blush #BC606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 47.59%
G = 24.3%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC606F (or 0xBC606F) is known color: Blush. HEX triplet: BC, 60 and 6F. RGB value is (188,96,111). Sum of RGB (Red+Green+Blue) = 188+96+111=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606F is #439F90. Grayscale: #7D7D7D. Windows color (decimal): -4431761 or 7299260. OLE color: 7299260.

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

Color convert

RGB 188 96 111 -
CMYK 0 0.49 0.41 0.26
HSL 350.22º 0.41% 0.56% -
HSV(B) 350.22º 0.49% 0.74% -
XYZ 27.79 20.2 17.47 -
YUV 125.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 188 96 111 0 0.49 0.41 0.26 350.22 0.41 0.56
Hex BC 60 6F 0 31 29 1A 15E 29 38
Octal 274 140 157 0 61 51 32 536 51 70
Binary 10111100 1100000 1101111 0 110001 101001 11010 101011110 101001 111000

Color Harmonies of #BC606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC606F

Black with #BC606F

Text Example


Text Example

White with #BC606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC606F; }

 p { color: rgb(188,96,111); }

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

background-color css

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

 a { background-color: rgb(188,96,111); }

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

border-color css

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

 span { border-color: rgb(188,96,111); }

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