Html Css Color HEX #BC606A Blush

📋 copy color: '#BC606A'

red 188 ◦ green 96 ◦ blue 106

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

Shades of Blush #BC606A

Tints of Blush #BC606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 48.21%
G = 24.62%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC606A (or 0xBC606A) is known color: Blush. HEX triplet: BC, 60 and 6A. RGB value is (188,96,106). Sum of RGB (Red+Green+Blue) = 188+96+106=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606A is #439F95. Grayscale: #7C7C7C. Windows color (decimal): -4431766 or 6971580. OLE color: 6971580.

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

Color convert

RGB 188 96 106 -
CMYK 0 0.49 0.44 0.26
HSL 353.48º 0.41% 0.56% -
HSV(B) 353.48º 0.49% 0.74% -
XYZ 27.52 20.1 16.06 -
YUV 124.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 188 96 106 0 0.49 0.44 0.26 353.48 0.41 0.56
Hex BC 60 6A 0 31 2C 1A 161 29 38
Octal 274 140 152 0 61 54 32 541 51 70
Binary 10111100 1100000 1101010 0 110001 101100 11010 101100001 101001 111000

Color Harmonies of #BC606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC606A

Black with #BC606A

Text Example


Text Example

White with #BC606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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