Html Css Color HEX #BC606B Blush

📋 copy color: '#BC606B'

red 188 ◦ green 96 ◦ blue 107

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

Shades of Blush #BC606B

Tints of Blush #BC606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 48.08%
G = 24.55%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC606B (or 0xBC606B) is known color: Blush. HEX triplet: BC, 60 and 6B. RGB value is (188,96,107). Sum of RGB (Red+Green+Blue) = 188+96+107=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606B is #439F94. Grayscale: #7C7C7C. Windows color (decimal): -4431765 or 7037116. OLE color: 7037116.

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

Color convert

RGB 188 96 107 -
CMYK 0 0.49 0.43 0.26
HSL 352.83º 0.41% 0.56% -
HSV(B) 352.83º 0.49% 0.74% -
XYZ 27.58 20.12 16.34 -
YUV 124.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 188 96 107 0 0.49 0.43 0.26 352.83 0.41 0.56
Hex BC 60 6B 0 31 2B 1A 161 29 38
Octal 274 140 153 0 61 53 32 541 51 70
Binary 10111100 1100000 1101011 0 110001 101011 11010 101100001 101001 111000

Color Harmonies of #BC606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC606B

Black with #BC606B

Text Example


Text Example

White with #BC606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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