Html Css Color HEX #BC606E Blush

📋 copy color: '#BC606E'

red 188 ◦ green 96 ◦ blue 110

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

Shades of Blush #BC606E

Tints of Blush #BC606E

RGB

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

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

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

R = 47.72%
G = 24.37%
B = 27.92%

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

#BC606E (or 0xBC606E) is known color: Blush. HEX triplet: BC, 60 and 6E. RGB value is (188,96,110). Sum of RGB (Red+Green+Blue) = 188+96+110=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606E is #439F91. Grayscale: #7D7D7D. Windows color (decimal): -4431762 or 7233724. OLE color: 7233724.

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

Color convert

RGB 188 96 110 -
CMYK 0 0.49 0.41 0.26
HSL 350.87º 0.41% 0.56% -
HSV(B) 350.87º 0.49% 0.74% -
XYZ 27.74 20.18 17.19 -
YUV 125.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 188 96 110 0 0.49 0.41 0.26 350.87 0.41 0.56
Hex BC 60 6E 0 31 29 1A 15F 29 38
Octal 274 140 156 0 61 51 32 537 51 70
Binary 10111100 1100000 1101110 0 110001 101001 11010 101011111 101001 111000

Color Harmonies of #BC606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC606E

Black with #BC606E

Text Example


Text Example

White with #BC606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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