Html Css Color HEX #BD494B Mandy

📋 copy color: '#BD494B'

red 189 ◦ green 73 ◦ blue 75

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

Shades of Mandy #BD494B

Tints of Mandy #BD494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 56.08%
G = 21.66%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD494B (or 0xBD494B) is known color: Mandy. HEX triplet: BD, 49 and 4B. RGB value is (189,73,75). Sum of RGB (Red+Green+Blue) = 189+73+75=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD494B is #42B6B4. Grayscale: #6C6C6C. Windows color (decimal): -4372149 or 4934077. OLE color: 4934077.

HSL color Cylindrical-coordinate representation of color #BD494B: 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.61%. Process color model (Four color, CMYK) of #BD494B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 75 -
CMYK 0 0.61 0.60 0.26
HSL 358.97º 0.47% 0.51% -
HSV(B) 358.97º 0.61% 0.74% -
XYZ 24.64 16.09 8.46 -
YUV 107.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 189 73 75 0 0.61 0.60 0.26 358.97 0.47 0.51
Hex BD 49 4B 0 3D 3C 1A 167 2F 33
Octal 275 111 113 0 75 74 32 547 57 63
Binary 10111101 1001001 1001011 0 111101 111100 11010 101100111 101111 110011

Color Harmonies of #BD494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD494B

Black with #BD494B

Text Example


Text Example

White with #BD494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD494B; }

 p { color: rgb(189,73,75); }

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

background-color css

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

 a { background-color: rgb(189,73,75); }

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

border-color css

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

 span { border-color: rgb(189,73,75); }

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