Html Css Color HEX #BD4A61 Blush

📋 copy color: '#BD4A61'

red 189 ◦ green 74 ◦ blue 97

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

Shades of Blush #BD4A61

Tints of Blush #BD4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 52.5%
G = 20.56%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD4A61 (or 0xBD4A61) is known color: Blush. HEX triplet: BD, 4A and 61. RGB value is (189,74,97). Sum of RGB (Red+Green+Blue) = 189+74+97=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A61 is #42B59E. Grayscale: #6F6F6F. Windows color (decimal): -4371871 or 6376125. OLE color: 6376125.

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

Color convert

RGB 189 74 97 -
CMYK 0 0.61 0.49 0.26
HSL 348º 0.47% 0.52% -
HSV(B) 348º 0.61% 0.74% -
XYZ 25.59 16.58 13.16 -
YUV 111.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 189 74 97 0 0.61 0.49 0.26 348 0.47 0.52
Hex BD 4A 61 0 3D 31 1A 15C 2F 34
Octal 275 112 141 0 75 61 32 534 57 64
Binary 10111101 1001010 1100001 0 111101 110001 11010 101011100 101111 110100

Color Harmonies of #BD4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A61

Black with #BD4A61

Text Example


Text Example

White with #BD4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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