Html Css Color HEX #BF4B55 Mandy

📋 copy color: '#BF4B55'

red 191 ◦ green 75 ◦ blue 85

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

Shades of Mandy #BF4B55

Tints of Mandy #BF4B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 54.42%
G = 21.37%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF4B55 (or 0xBF4B55) is known color: Mandy. HEX triplet: BF, 4B and 55. RGB value is (191,75,85). Sum of RGB (Red+Green+Blue) = 191+75+85=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B55 is #40B4AA. Grayscale: #6E6E6E. Windows color (decimal): -4240555 or 5589951. OLE color: 5589951.

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

Color convert

RGB 191 75 85 -
CMYK 0 0.61 0.55 0.25
HSL 354.83º 0.48% 0.52% -
HSV(B) 354.83º 0.61% 0.75% -
XYZ 25.64 16.76 10.48 -
YUV 110.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 191 75 85 0 0.61 0.55 0.25 354.83 0.48 0.52
Hex BF 4B 55 0 3D 37 19 163 30 34
Octal 277 113 125 0 75 67 31 543 60 64
Binary 10111111 1001011 1010101 0 111101 110111 11001 101100011 110000 110100

Color Harmonies of #BF4B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B55

Black with #BF4B55

Text Example


Text Example

White with #BF4B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B55; }

 p { color: rgb(191,75,85); }

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

background-color css

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

 a { background-color: rgb(191,75,85); }

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

border-color css

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

 span { border-color: rgb(191,75,85); }

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