Html Css Color HEX #BD484A Mandy

📋 copy color: '#BD484A'

red 189 ◦ green 72 ◦ blue 74

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

Shades of Mandy #BD484A

Tints of Mandy #BD484A

RGB

 RED value IS 189 (74.22% from 255) = 56.42%

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 56.42%
G = 21.49%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD484A (or 0xBD484A) is known color: Mandy. HEX triplet: BD, 48 and 4A. RGB value is (189,72,74). Sum of RGB (Red+Green+Blue) = 189+72+74=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD484A is #42B7B5. Grayscale: #6B6B6B. Windows color (decimal): -4372406 or 4868285. OLE color: 4868285.

HSL color Cylindrical-coordinate representation of color #BD484A: hue angle of 358.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD484A is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 74 -
CMYK 0 0.62 0.61 0.26
HSL 358.97º 0.47% 0.51% -
HSV(B) 358.97º 0.62% 0.74% -
XYZ 24.54 15.95 8.26 -
YUV 107.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 189 72 74 0 0.62 0.61 0.26 358.97 0.47 0.51
Hex BD 48 4A 0 3E 3D 1A 167 2F 33
Octal 275 110 112 0 76 75 32 547 57 63
Binary 10111101 1001000 1001010 0 111110 111101 11010 101100111 101111 110011

Color Harmonies of #BD484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD484A

Black with #BD484A

Text Example


Text Example

White with #BD484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD484A; }

 p { color: rgb(189,72,74); }

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

background-color css

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

 a { background-color: rgb(189,72,74); }

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

border-color css

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

 span { border-color: rgb(189,72,74); }

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