Html Css Color HEX #BD6371 Blush

📋 copy color: '#BD6371'

red 189 ◦ green 99 ◦ blue 113

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

Shades of Blush #BD6371

Tints of Blush #BD6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 47.13%
G = 24.69%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD6371 (or 0xBD6371) is known color: Blush. HEX triplet: BD, 63 and 71. RGB value is (189,99,113). Sum of RGB (Red+Green+Blue) = 189+99+113=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6371 is #429C8E. Grayscale: #7F7F7F. Windows color (decimal): -4365455 or 7431101. OLE color: 7431101.

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

Color convert

RGB 189 99 113 -
CMYK 0 0.48 0.40 0.26
HSL 350.67º 0.41% 0.56% -
HSV(B) 350.67º 0.48% 0.74% -
XYZ 28.43 20.93 18.17 -
YUV 127.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 189 99 113 0 0.48 0.40 0.26 350.67 0.41 0.56
Hex BD 63 71 0 30 28 1A 15F 29 38
Octal 275 143 161 0 60 50 32 537 51 70
Binary 10111101 1100011 1110001 0 110000 101000 11010 101011111 101001 111000

Color Harmonies of #BD6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6371

Black with #BD6371

Text Example


Text Example

White with #BD6371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6371; }

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

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

background-color css

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

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

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

border-color css

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

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

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