Html Css Color HEX #BD4661 Blush

📋 copy color: '#BD4661'

red 189 ◦ green 70 ◦ blue 97

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

Shades of Blush #BD4661

Tints of Blush #BD4661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 53.09%
G = 19.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD4661 (or 0xBD4661) is known color: Blush. HEX triplet: BD, 46 and 61. RGB value is (189,70,97). Sum of RGB (Red+Green+Blue) = 189+70+97=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4661 is #42B99E. Grayscale: #6C6C6C. Windows color (decimal): -4372895 or 6375101. OLE color: 6375101.

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

Color convert

RGB 189 70 97 -
CMYK 0 0.63 0.49 0.26
HSL 346.39º 0.47% 0.51% -
HSV(B) 346.39º 0.63% 0.74% -
XYZ 25.33 16.06 13.07 -
YUV 108.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 189 70 97 0 0.63 0.49 0.26 346.39 0.47 0.51
Hex BD 46 61 0 3F 31 1A 15A 2F 33
Octal 275 106 141 0 77 61 32 532 57 63
Binary 10111101 1000110 1100001 0 111111 110001 11010 101011010 101111 110011

Color Harmonies of #BD4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4661

Black with #BD4661

Text Example


Text Example

White with #BD4661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4661; }

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

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

background-color css

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

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

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

border-color css

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

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

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