#BD636A

Color #BD636A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BD636A

Tints of Blush #BD636A

Color information

#BD636A (or 0xBD636A) is unknown color: approx Blush. HEX triplet: BD, 63 and 6A. RGB value is (189,99,106). Sum of RGB (Red+Green+Blue) = 189+99+106=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD636A is #429C95. Grayscale: #7E7E7E. Windows color (decimal): -4365462 or 6972349. OLE color: 6972349.

HSL color Cylindrical-coordinate representation of color #BD636A: hue angle of 355.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 #BD636A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18999106-
CMYK00.480.440.26
HSL355.33º40.54%56.47%-
HSV(B)355.33º47.62%74.12%-
XYZ28.0520.7816.17-
YUV126.71116.32172.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=47.97%
G=25.13%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899910600.480.440.26355.3340.5456.47
HexBD636A0302C1A1632938
Octal27514315206054325435170
Binary1011110111000111101010011000010110011010101100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD636A; }

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

 H1.HeaderClassName
 {
   color: #BD636A;
 }
 .AnyTagClassName
 {
   color: #BD636A;
 }
</style>
background-color css

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

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

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

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

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

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