Html Css Color HEX #BC535E Blush

📋 copy color: '#BC535E'

red 188 ◦ green 83 ◦ blue 94

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

Shades of Blush #BC535E

Tints of Blush #BC535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 51.51%
G = 22.74%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC535E (or 0xBC535E) is known color: Blush. HEX triplet: BC, 53 and 5E. RGB value is (188,83,94). Sum of RGB (Red+Green+Blue) = 188+83+94=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC535E is #43ACA1. Grayscale: #737373. Windows color (decimal): -4435106 or 6181820. OLE color: 6181820.

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

Color convert

RGB 188 83 94 -
CMYK 0 0.56 0.50 0.26
HSL 353.71º 0.44% 0.53% -
HSV(B) 353.71º 0.56% 0.74% -
XYZ 25.85 17.69 12.64 -
YUV 115.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 188 83 94 0 0.56 0.50 0.26 353.71 0.44 0.53
Hex BC 53 5E 0 38 32 1A 162 2C 35
Octal 274 123 136 0 70 62 32 542 54 65
Binary 10111100 1010011 1011110 0 111000 110010 11010 101100010 101100 110101

Color Harmonies of #BC535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC535E

Black with #BC535E

Text Example


Text Example

White with #BC535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC535E; }

 p { color: rgb(188,83,94); }

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

background-color css

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

 a { background-color: rgb(188,83,94); }

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

border-color css

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

 span { border-color: rgb(188,83,94); }

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