Html Css Color HEX #BF535C Mandy

📋 copy color: '#BF535C'

red 191 ◦ green 83 ◦ blue 92

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

Shades of Mandy #BF535C

Tints of Mandy #BF535C

RGB

 RED value IS 191 (75% from 255) = 52.19%

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 52.19%
G = 22.68%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF535C (or 0xBF535C) is known color: Mandy. HEX triplet: BF, 53 and 5C. RGB value is (191,83,92). Sum of RGB (Red+Green+Blue) = 191+83+92=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF535C is #40ACA3. Grayscale: #747474. Windows color (decimal): -4238500 or 6050751. OLE color: 6050751.

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

Color convert

RGB 191 83 92 -
CMYK 0 0.57 0.52 0.25
HSL 355º 0.46% 0.54% -
HSV(B) 355º 0.57% 0.75% -
XYZ 26.51 18.04 12.21 -
YUV 116.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 191 83 92 0 0.57 0.52 0.25 355 0.46 0.54
Hex BF 53 5C 0 39 34 19 163 2E 36
Octal 277 123 134 0 71 64 31 543 56 66
Binary 10111111 1010011 1011100 0 111001 110100 11001 101100011 101110 110110

Color Harmonies of #BF535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF535C

Black with #BF535C

Text Example


Text Example

White with #BF535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF535C; }

 p { color: rgb(191,83,92); }

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

background-color css

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

 a { background-color: rgb(191,83,92); }

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

border-color css

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

 span { border-color: rgb(191,83,92); }

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