Html Css Color HEX #BE526B Blush

📋 copy color: '#BE526B'

red 190 ◦ green 82 ◦ blue 107

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

Shades of Blush #BE526B

Tints of Blush #BE526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 50.13%
G = 21.64%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE526B (or 0xBE526B) is known color: Blush. HEX triplet: BE, 52 and 6B. RGB value is (190,82,107). Sum of RGB (Red+Green+Blue) = 190+82+107=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE526B is #41AD94. Grayscale: #757575. Windows color (decimal): -4304277 or 7033534. OLE color: 7033534.

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

Color convert

RGB 190 82 107 -
CMYK 0 0.57 0.44 0.25
HSL 346.11º 0.45% 0.53% -
HSV(B) 346.11º 0.57% 0.75% -
XYZ 26.91 18.04 15.97 -
YUV 117.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 190 82 107 0 0.57 0.44 0.25 346.11 0.45 0.53
Hex BE 52 6B 0 39 2C 19 15A 2D 35
Octal 276 122 153 0 71 54 31 532 55 65
Binary 10111110 1010010 1101011 0 111001 101100 11001 101011010 101101 110101

Color Harmonies of #BE526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE526B

Black with #BE526B

Text Example


Text Example

White with #BE526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE526B; }

 p { color: rgb(190,82,107); }

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

background-color css

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

 a { background-color: rgb(190,82,107); }

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

border-color css

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

 span { border-color: rgb(190,82,107); }

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