Html Css Color HEX #BD5163 Blush

📋 copy color: '#BD5163'

red 189 ◦ green 81 ◦ blue 99

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

Shades of Blush #BD5163

Tints of Blush #BD5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 51.22%
G = 21.95%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD5163 (or 0xBD5163) is known color: Blush. HEX triplet: BD, 51 and 63. RGB value is (189,81,99). Sum of RGB (Red+Green+Blue) = 189+81+99=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5163 is #42AE9C. Grayscale: #737373. Windows color (decimal): -4370077 or 6508989. OLE color: 6508989.

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

Color convert

RGB 189 81 99 -
CMYK 0 0.57 0.48 0.26
HSL 350º 0.45% 0.53% -
HSV(B) 350º 0.57% 0.74% -
XYZ 26.18 17.6 13.82 -
YUV 115.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 189 81 99 0 0.57 0.48 0.26 350 0.45 0.53
Hex BD 51 63 0 39 30 1A 15E 2D 35
Octal 275 121 143 0 71 60 32 536 55 65
Binary 10111101 1010001 1100011 0 111001 110000 11010 101011110 101101 110101

Color Harmonies of #BD5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5163

Black with #BD5163

Text Example


Text Example

White with #BD5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5163; }

 p { color: rgb(189,81,99); }

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

background-color css

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

 a { background-color: rgb(189,81,99); }

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

border-color css

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

 span { border-color: rgb(189,81,99); }

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