Html Css Color HEX #BD616B Blush

📋 copy color: '#BD616B'

red 189 ◦ green 97 ◦ blue 107

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

Shades of Blush #BD616B

Tints of Blush #BD616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 48.09%
G = 24.68%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD616B (or 0xBD616B) is known color: Blush. HEX triplet: BD, 61 and 6B. RGB value is (189,97,107). Sum of RGB (Red+Green+Blue) = 189+97+107=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD616B is #429E94. Grayscale: #7D7D7D. Windows color (decimal): -4365973 or 7037373. OLE color: 7037373.

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

Color convert

RGB 189 97 107 -
CMYK 0 0.49 0.43 0.26
HSL 353.48º 0.41% 0.56% -
HSV(B) 353.48º 0.49% 0.74% -
XYZ 27.91 20.43 16.38 -
YUV 125.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 189 97 107 0 0.49 0.43 0.26 353.48 0.41 0.56
Hex BD 61 6B 0 31 2B 1A 161 29 38
Octal 275 141 153 0 61 53 32 541 51 70
Binary 10111101 1100001 1101011 0 110001 101011 11010 101100001 101001 111000

Color Harmonies of #BD616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD616B

Black with #BD616B

Text Example


Text Example

White with #BD616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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