Html Css Color HEX #BD454A Mandy

📋 copy color: '#BD454A'

red 189 ◦ green 69 ◦ blue 74

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

Shades of Mandy #BD454A

Tints of Mandy #BD454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 56.93%
G = 20.78%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD454A (or 0xBD454A) is known color: Mandy. HEX triplet: BD, 45 and 4A. RGB value is (189,69,74). Sum of RGB (Red+Green+Blue) = 189+69+74=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD454A is #42BAB5. Grayscale: #696969. Windows color (decimal): -4373174 or 4867517. OLE color: 4867517.

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

Color convert

RGB 189 69 74 -
CMYK 0 0.63 0.61 0.26
HSL 357.5º 0.48% 0.51% -
HSV(B) 357.5º 0.63% 0.74% -
XYZ 24.35 15.57 8.2 -
YUV 105.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 189 69 74 0 0.63 0.61 0.26 357.5 0.48 0.51
Hex BD 45 4A 0 3F 3D 1A 166 30 33
Octal 275 105 112 0 77 75 32 546 60 63
Binary 10111101 1000101 1001010 0 111111 111101 11010 101100110 110000 110011

Color Harmonies of #BD454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD454A

Black with #BD454A

Text Example


Text Example

White with #BD454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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