Html Css Color HEX #BD616D Blush

📋 copy color: '#BD616D'

red 189 ◦ green 97 ◦ blue 109

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

Shades of Blush #BD616D

Tints of Blush #BD616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 47.85%
G = 24.56%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD616D (or 0xBD616D) is known color: Blush. HEX triplet: BD, 61 and 6D. RGB value is (189,97,109). Sum of RGB (Red+Green+Blue) = 189+97+109=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD616D is #429E92. Grayscale: #7D7D7D. Windows color (decimal): -4365971 or 7168445. OLE color: 7168445.

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

Color convert

RGB 189 97 109 -
CMYK 0 0.49 0.42 0.26
HSL 352.17º 0.41% 0.56% -
HSV(B) 352.17º 0.49% 0.74% -
XYZ 28.02 20.47 16.94 -
YUV 125.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 189 97 109 0 0.49 0.42 0.26 352.17 0.41 0.56
Hex BD 61 6D 0 31 2A 1A 160 29 38
Octal 275 141 155 0 61 52 32 540 51 70
Binary 10111101 1100001 1101101 0 110001 101010 11010 101100000 101001 111000

Color Harmonies of #BD616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD616D

Black with #BD616D

Text Example


Text Example

White with #BD616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD616D; }

 p { color: rgb(189,97,109); }

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

background-color css

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

 a { background-color: rgb(189,97,109); }

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

border-color css

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

 span { border-color: rgb(189,97,109); }

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