Html Css Color HEX #B94D4F Mandy

📋 copy color: '#B94D4F'

red 185 ◦ green 77 ◦ blue 79

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

Shades of Mandy #B94D4F

Tints of Mandy #B94D4F

RGB

 RED value IS 185 (72.66% from 255) = 54.25%

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 54.25%
G = 22.58%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B94D4F (or 0xB94D4F) is known color: Mandy. HEX triplet: B9, 4D and 4F. RGB value is (185,77,79). Sum of RGB (Red+Green+Blue) = 185+77+79=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D4F is #46B2B0. Grayscale: #6D6D6D. Windows color (decimal): -4633265 or 5197241. OLE color: 5197241.

HSL color Cylindrical-coordinate representation of color #B94D4F: hue angle of 358.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D4F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 77 79 -
CMYK 0 0.58 0.57 0.27
HSL 358.89º 0.44% 0.51% -
HSV(B) 358.89º 0.58% 0.73% -
XYZ 24.07 16.19 9.25 -
YUV 109.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 185 77 79 0 0.58 0.57 0.27 358.89 0.44 0.51
Hex B9 4D 4F 0 3A 39 1B 167 2C 33
Octal 271 115 117 0 72 71 33 547 54 63
Binary 10111001 1001101 1001111 0 111010 111001 11011 101100111 101100 110011

Color Harmonies of #B94D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D4F

Black with #B94D4F

Text Example


Text Example

White with #B94D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D4F; }

 p { color: rgb(185,77,79); }

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

background-color css

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

 a { background-color: rgb(185,77,79); }

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

border-color css

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

 span { border-color: rgb(185,77,79); }

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