Html Css Color HEX #BD4C60 Blush

📋 copy color: '#BD4C60'

red 189 ◦ green 76 ◦ blue 96

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

Shades of Blush #BD4C60

Tints of Blush #BD4C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 52.35%
G = 21.05%
B = 26.59%

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

#BD4C60 (or 0xBD4C60) is known color: Blush. HEX triplet: BD, 4C and 60. RGB value is (189,76,96). Sum of RGB (Red+Green+Blue) = 189+76+96=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C60 is #42B39F. Grayscale: #707070. Windows color (decimal): -4371360 or 6311101. OLE color: 6311101.

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

Color convert

RGB 189 76 96 -
CMYK 0 0.60 0.49 0.26
HSL 349.38º 0.46% 0.52% -
HSV(B) 349.38º 0.6% 0.74% -
XYZ 25.68 16.83 12.96 -
YUV 112.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 189 76 96 0 0.60 0.49 0.26 349.38 0.46 0.52
Hex BD 4C 60 0 3C 31 1A 15D 2E 34
Octal 275 114 140 0 74 61 32 535 56 64
Binary 10111101 1001100 1100000 0 111100 110001 11010 101011101 101110 110100

Color Harmonies of #BD4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C60

Black with #BD4C60

Text Example


Text Example

White with #BD4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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