Html Css Color HEX #BF595A Mandy

📋 copy color: '#BF595A'

red 191 ◦ green 89 ◦ blue 90

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

Shades of Mandy #BF595A

Tints of Mandy #BF595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 51.62%
G = 24.05%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF595A (or 0xBF595A) is known color: Mandy. HEX triplet: BF, 59 and 5A. RGB value is (191,89,90). Sum of RGB (Red+Green+Blue) = 191+89+90=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF595A is #40A6A5. Grayscale: #777777. Windows color (decimal): -4236966 or 5921215. OLE color: 5921215.

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

Color convert

RGB 191 89 90 -
CMYK 0 0.53 0.53 0.25
HSL 359.41º 0.44% 0.55% -
HSV(B) 359.41º 0.53% 0.75% -
XYZ 26.9 18.96 11.91 -
YUV 119.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 191 89 90 0 0.53 0.53 0.25 359.41 0.44 0.55
Hex BF 59 5A 0 35 35 19 167 2C 37
Octal 277 131 132 0 65 65 31 547 54 67
Binary 10111111 1011001 1011010 0 110101 110101 11001 101100111 101100 110111

Color Harmonies of #BF595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF595A

Black with #BF595A

Text Example


Text Example

White with #BF595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF595A; }

 p { color: rgb(191,89,90); }

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

background-color css

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

 a { background-color: rgb(191,89,90); }

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

border-color css

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

 span { border-color: rgb(191,89,90); }

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