Html Css Color HEX #BF585A Mandy

📋 copy color: '#BF585A'

red 191 ◦ green 88 ◦ blue 90

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

Shades of Mandy #BF585A

Tints of Mandy #BF585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 51.76%
G = 23.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF585A (or 0xBF585A) is known color: Mandy. HEX triplet: BF, 58 and 5A. RGB value is (191,88,90). Sum of RGB (Red+Green+Blue) = 191+88+90=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF585A is #40A7A5. Grayscale: #777777. Windows color (decimal): -4237222 or 5920959. OLE color: 5920959.

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

Color convert

RGB 191 88 90 -
CMYK 0 0.54 0.53 0.25
HSL 358.84º 0.45% 0.55% -
HSV(B) 358.84º 0.54% 0.75% -
XYZ 26.82 18.79 11.89 -
YUV 119.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 191 88 90 0 0.54 0.53 0.25 358.84 0.45 0.55
Hex BF 58 5A 0 36 35 19 167 2D 37
Octal 277 130 132 0 66 65 31 547 55 67
Binary 10111111 1011000 1011010 0 110110 110101 11001 101100111 101101 110111

Color Harmonies of #BF585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF585A

Black with #BF585A

Text Example


Text Example

White with #BF585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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