Html Css Color HEX #BD484B Mandy

📋 copy color: '#BD484B'

red 189 ◦ green 72 ◦ blue 75

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

Shades of Mandy #BD484B

Tints of Mandy #BD484B

RGB

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

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

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

R = 56.25%
G = 21.43%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD484B (or 0xBD484B) is known color: Mandy. HEX triplet: BD, 48 and 4B. RGB value is (189,72,75). Sum of RGB (Red+Green+Blue) = 189+72+75=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD484B is #42B7B4. Grayscale: #6B6B6B. Windows color (decimal): -4372405 or 4933821. OLE color: 4933821.

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

Color convert

RGB 189 72 75 -
CMYK 0 0.62 0.60 0.26
HSL 358.46º 0.47% 0.51% -
HSV(B) 358.46º 0.62% 0.74% -
XYZ 24.57 15.96 8.44 -
YUV 107.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 189 72 75 0 0.62 0.60 0.26 358.46 0.47 0.51
Hex BD 48 4B 0 3E 3C 1A 166 2F 33
Octal 275 110 113 0 76 74 32 546 57 63
Binary 10111101 1001000 1001011 0 111110 111100 11010 101100110 101111 110011

Color Harmonies of #BD484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD484B

Black with #BD484B

Text Example


Text Example

White with #BD484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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