Html Css Color HEX #BC5265 Blush

📋 copy color: '#BC5265'

red 188 ◦ green 82 ◦ blue 101

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

Shades of Blush #BC5265

Tints of Blush #BC5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 50.67%
G = 22.1%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5265 (or 0xBC5265) is known color: Blush. HEX triplet: BC, 52 and 65. RGB value is (188,82,101). Sum of RGB (Red+Green+Blue) = 188+82+101=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5265 is #43AD9A. Grayscale: #737373. Windows color (decimal): -4435355 or 6640316. OLE color: 6640316.

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

Color convert

RGB 188 82 101 -
CMYK 0 0.56 0.46 0.26
HSL 349.25º 0.44% 0.53% -
HSV(B) 349.25º 0.56% 0.74% -
XYZ 26.11 17.67 14.35 -
YUV 115.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 188 82 101 0 0.56 0.46 0.26 349.25 0.44 0.53
Hex BC 52 65 0 38 2E 1A 15D 2C 35
Octal 274 122 145 0 70 56 32 535 54 65
Binary 10111100 1010010 1100101 0 111000 101110 11010 101011101 101100 110101

Color Harmonies of #BC5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5265

Black with #BC5265

Text Example


Text Example

White with #BC5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5265; }

 p { color: rgb(188,82,101); }

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

background-color css

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

 a { background-color: rgb(188,82,101); }

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

border-color css

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

 span { border-color: rgb(188,82,101); }

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