Html Css Color HEX #BD4C61 Blush

📋 copy color: '#BD4C61'

red 189 ◦ green 76 ◦ blue 97

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

Shades of Blush #BD4C61

Tints of Blush #BD4C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

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

R = 52.21%
G = 20.99%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD4C61 (or 0xBD4C61) is known color: Blush. HEX triplet: BD, 4C and 61. RGB value is (189,76,97). Sum of RGB (Red+Green+Blue) = 189+76+97=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C61 is #42B39E. Grayscale: #707070. Windows color (decimal): -4371359 or 6376637. OLE color: 6376637.

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

Color convert

RGB 189 76 97 -
CMYK 0 0.60 0.49 0.26
HSL 348.85º 0.46% 0.52% -
HSV(B) 348.85º 0.6% 0.74% -
XYZ 25.73 16.85 13.21 -
YUV 112.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 189 76 97 0 0.60 0.49 0.26 348.85 0.46 0.52
Hex BD 4C 61 0 3C 31 1A 15D 2E 34
Octal 275 114 141 0 74 61 32 535 56 64
Binary 10111101 1001100 1100001 0 111100 110001 11010 101011101 101110 110100

Color Harmonies of #BD4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C61

Black with #BD4C61

Text Example


Text Example

White with #BD4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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