Html Css Color HEX #BD616C Blush

📋 copy color: '#BD616C'

red 189 ◦ green 97 ◦ blue 108

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

Shades of Blush #BD616C

Tints of Blush #BD616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 47.97%
G = 24.62%
B = 27.41%

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

#BD616C (or 0xBD616C) is known color: Blush. HEX triplet: BD, 61 and 6C. RGB value is (189,97,108). Sum of RGB (Red+Green+Blue) = 189+97+108=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD616C is #429E93. Grayscale: #7D7D7D. Windows color (decimal): -4365972 or 7102909. OLE color: 7102909.

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

Color convert

RGB 189 97 108 -
CMYK 0 0.49 0.43 0.26
HSL 352.83º 0.41% 0.56% -
HSV(B) 352.83º 0.49% 0.74% -
XYZ 27.97 20.45 16.66 -
YUV 125.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 189 97 108 0 0.49 0.43 0.26 352.83 0.41 0.56
Hex BD 61 6C 0 31 2B 1A 161 29 38
Octal 275 141 154 0 61 53 32 541 51 70
Binary 10111101 1100001 1101100 0 110001 101011 11010 101100001 101001 111000

Color Harmonies of #BD616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD616C

Black with #BD616C

Text Example


Text Example

White with #BD616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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