Html Css Color HEX #BD454B Mandy

📋 copy color: '#BD454B'

red 189 ◦ green 69 ◦ blue 75

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

Shades of Mandy #BD454B

Tints of Mandy #BD454B

RGB

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

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

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

R = 56.76%
G = 20.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD454B (or 0xBD454B) is known color: Mandy. HEX triplet: BD, 45 and 4B. RGB value is (189,69,75). Sum of RGB (Red+Green+Blue) = 189+69+75=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD454B is #42BAB4. Grayscale: #696969. Windows color (decimal): -4373173 or 4933053. OLE color: 4933053.

HSL color Cylindrical-coordinate representation of color #BD454B: hue angle of 357º 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 #BD454B is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 75 -
CMYK 0 0.63 0.60 0.26
HSL 357º 0.48% 0.51% -
HSV(B) 357º 0.63% 0.74% -
XYZ 24.38 15.58 8.38 -
YUV 105.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 189 69 75 0 0.63 0.60 0.26 357 0.48 0.51
Hex BD 45 4B 0 3F 3C 1A 165 30 33
Octal 275 105 113 0 77 74 32 545 60 63
Binary 10111101 1000101 1001011 0 111111 111100 11010 101100101 110000 110011

Color Harmonies of #BD454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD454B

Black with #BD454B

Text Example


Text Example

White with #BD454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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