Html Css Color HEX #BD636D Blush

📋 copy color: '#BD636D'

red 189 ◦ green 99 ◦ blue 109

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

Shades of Blush #BD636D

Tints of Blush #BD636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 47.61%
G = 24.94%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD636D (or 0xBD636D) is known color: Blush. HEX triplet: BD, 63 and 6D. RGB value is (189,99,109). Sum of RGB (Red+Green+Blue) = 189+99+109=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD636D is #429C92. Grayscale: #7F7F7F. Windows color (decimal): -4365459 or 7168957. OLE color: 7168957.

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

Color convert

RGB 189 99 109 -
CMYK 0 0.48 0.42 0.26
HSL 353.33º 0.41% 0.56% -
HSV(B) 353.33º 0.48% 0.74% -
XYZ 28.21 20.85 17.01 -
YUV 127.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 189 99 109 0 0.48 0.42 0.26 353.33 0.41 0.56
Hex BD 63 6D 0 30 2A 1A 161 29 38
Octal 275 143 155 0 60 52 32 541 51 70
Binary 10111101 1100011 1101101 0 110000 101010 11010 101100001 101001 111000

Color Harmonies of #BD636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD636D

Black with #BD636D

Text Example


Text Example

White with #BD636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD636D; }

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

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

background-color css

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

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

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

border-color css

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

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

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