Html Css Color HEX #BE536D Blush

📋 copy color: '#BE536D'

red 190 ◦ green 83 ◦ blue 109

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

Shades of Blush #BE536D

Tints of Blush #BE536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 49.74%
G = 21.73%
B = 28.53%

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

#BE536D (or 0xBE536D) is known color: Blush. HEX triplet: BE, 53 and 6D. RGB value is (190,83,109). Sum of RGB (Red+Green+Blue) = 190+83+109=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE536D is #41AC92. Grayscale: #757575. Windows color (decimal): -4304019 or 7164862. OLE color: 7164862.

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

Color convert

RGB 190 83 109 -
CMYK 0 0.56 0.43 0.25
HSL 345.42º 0.45% 0.54% -
HSV(B) 345.42º 0.56% 0.75% -
XYZ 27.09 18.24 16.56 -
YUV 117.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 190 83 109 0 0.56 0.43 0.25 345.42 0.45 0.54
Hex BE 53 6D 0 38 2B 19 159 2D 36
Octal 276 123 155 0 70 53 31 531 55 66
Binary 10111110 1010011 1101101 0 111000 101011 11001 101011001 101101 110110

Color Harmonies of #BE536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE536D

Black with #BE536D

Text Example


Text Example

White with #BE536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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