Html Css Color HEX #BD656D Blush

📋 copy color: '#BD656D'

red 189 ◦ green 101 ◦ blue 109

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

Shades of Blush #BD656D

Tints of Blush #BD656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 47.37%
G = 25.31%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD656D (or 0xBD656D) is known color: Blush. HEX triplet: BD, 65 and 6D. RGB value is (189,101,109). Sum of RGB (Red+Green+Blue) = 189+101+109=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656D is #429A92. Grayscale: #808080. Windows color (decimal): -4364947 or 7169469. OLE color: 7169469.

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

Color convert

RGB 189 101 109 -
CMYK 0 0.47 0.42 0.26
HSL 354.55º 0.4% 0.57% -
HSV(B) 354.55º 0.47% 0.74% -
XYZ 28.4 21.23 17.07 -
YUV 128.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 189 101 109 0 0.47 0.42 0.26 354.55 0.4 0.57
Hex BD 65 6D 0 2F 2A 1A 163 28 39
Octal 275 145 155 0 57 52 32 543 50 71
Binary 10111101 1100101 1101101 0 101111 101010 11010 101100011 101000 111001

Color Harmonies of #BD656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD656D

Black with #BD656D

Text Example


Text Example

White with #BD656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD656D; }

 p { color: rgb(189,101,109); }

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

background-color css

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

 a { background-color: rgb(189,101,109); }

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

border-color css

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

 span { border-color: rgb(189,101,109); }

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