Html Css Color HEX #BE536C Blush

📋 copy color: '#BE536C'

red 190 ◦ green 83 ◦ blue 108

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

Shades of Blush #BE536C

Tints of Blush #BE536C

RGB

 RED value IS 190 (74.61% from 255) = 49.87%

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 49.87%
G = 21.78%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE536C (or 0xBE536C) is known color: Blush. HEX triplet: BE, 53 and 6C. RGB value is (190,83,108). Sum of RGB (Red+Green+Blue) = 190+83+108=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE536C is #41AC93. Grayscale: #757575. Windows color (decimal): -4304020 or 7099326. OLE color: 7099326.

HSL color Cylindrical-coordinate representation of color #BE536C: hue angle of 345.98º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE536C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 83 108 -
CMYK 0 0.56 0.43 0.25
HSL 345.98º 0.45% 0.54% -
HSV(B) 345.98º 0.56% 0.75% -
XYZ 27.04 18.22 16.28 -
YUV 117.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 190 83 108 0 0.56 0.43 0.25 345.98 0.45 0.54
Hex BE 53 6C 0 38 2B 19 15A 2D 36
Octal 276 123 154 0 70 53 31 532 55 66
Binary 10111110 1010011 1101100 0 111000 101011 11001 101011010 101101 110110

Color Harmonies of #BE536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE536C

Black with #BE536C

Text Example


Text Example

White with #BE536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE536C; }

 p { color: rgb(190,83,108); }

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

background-color css

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

 a { background-color: rgb(190,83,108); }

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

border-color css

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

 span { border-color: rgb(190,83,108); }

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