Html Css Color HEX #BD4C6B Blush

📋 copy color: '#BD4C6B'

red 189 ◦ green 76 ◦ blue 107

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

Shades of Blush #BD4C6B

Tints of Blush #BD4C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 50.81%
G = 20.43%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD4C6B (or 0xBD4C6B) is known color: Blush. HEX triplet: BD, 4C and 6B. RGB value is (189,76,107). Sum of RGB (Red+Green+Blue) = 189+76+107=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C6B is #42B394. Grayscale: #717171. Windows color (decimal): -4371349 or 7031997. OLE color: 7031997.

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

Color convert

RGB 189 76 107 -
CMYK 0 0.60 0.43 0.26
HSL 343.54º 0.46% 0.52% -
HSV(B) 343.54º 0.6% 0.74% -
XYZ 26.22 17.05 15.82 -
YUV 113.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 189 76 107 0 0.60 0.43 0.26 343.54 0.46 0.52
Hex BD 4C 6B 0 3C 2B 1A 158 2E 34
Octal 275 114 153 0 74 53 32 530 56 64
Binary 10111101 1001100 1101011 0 111100 101011 11010 101011000 101110 110100

Color Harmonies of #BD4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C6B

Black with #BD4C6B

Text Example


Text Example

White with #BD4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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