Html Css Color HEX #BD4652 Mandy

📋 copy color: '#BD4652'

red 189 ◦ green 70 ◦ blue 82

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

Shades of Mandy #BD4652

Tints of Mandy #BD4652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 55.43%
G = 20.53%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD4652 (or 0xBD4652) is known color: Mandy. HEX triplet: BD, 46 and 52. RGB value is (189,70,82). Sum of RGB (Red+Green+Blue) = 189+70+82=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4652 is #42B9AD. Grayscale: #6B6B6B. Windows color (decimal): -4372910 or 5392061. OLE color: 5392061.

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

Color convert

RGB 189 70 82 -
CMYK 0 0.63 0.57 0.26
HSL 353.95º 0.47% 0.51% -
HSV(B) 353.95º 0.63% 0.74% -
XYZ 24.7 15.81 9.73 -
YUV 106.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 189 70 82 0 0.63 0.57 0.26 353.95 0.47 0.51
Hex BD 46 52 0 3F 39 1A 162 2F 33
Octal 275 106 122 0 77 71 32 542 57 63
Binary 10111101 1000110 1010010 0 111111 111001 11010 101100010 101111 110011

Color Harmonies of #BD4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4652

Black with #BD4652

Text Example


Text Example

White with #BD4652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4652; }

 p { color: rgb(189,70,82); }

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

background-color css

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

 a { background-color: rgb(189,70,82); }

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

border-color css

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

 span { border-color: rgb(189,70,82); }

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