Html Css Color HEX #BC5269 Blush

📋 copy color: '#BC5269'

red 188 ◦ green 82 ◦ blue 105

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

Shades of Blush #BC5269

Tints of Blush #BC5269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 50.13%
G = 21.87%
B = 28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC5269 (or 0xBC5269) is known color: Blush. HEX triplet: BC, 52 and 69. RGB value is (188,82,105). Sum of RGB (Red+Green+Blue) = 188+82+105=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5269 is #43AD96. Grayscale: #747474. Windows color (decimal): -4435351 or 6902460. OLE color: 6902460.

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

Color convert

RGB 188 82 105 -
CMYK 0 0.56 0.44 0.26
HSL 346.98º 0.44% 0.53% -
HSV(B) 346.98º 0.56% 0.74% -
XYZ 26.31 17.75 15.4 -
YUV 116.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 188 82 105 0 0.56 0.44 0.26 346.98 0.44 0.53
Hex BC 52 69 0 38 2C 1A 15B 2C 35
Octal 274 122 151 0 70 54 32 533 54 65
Binary 10111100 1010010 1101001 0 111000 101100 11010 101011011 101100 110101

Color Harmonies of #BC5269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5269

Black with #BC5269

Text Example


Text Example

White with #BC5269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5269; }

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

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

background-color css

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

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

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

border-color css

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

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

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