Html Css Color HEX #BD5366 Blush

📋 copy color: '#BD5366'

red 189 ◦ green 83 ◦ blue 102

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

Shades of Blush #BD5366

Tints of Blush #BD5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 50.53%
G = 22.19%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD5366 (or 0xBD5366) is known color: Blush. HEX triplet: BD, 53 and 66. RGB value is (189,83,102). Sum of RGB (Red+Green+Blue) = 189+83+102=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5366 is #42AC99. Grayscale: #747474. Windows color (decimal): -4369562 or 6706109. OLE color: 6706109.

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

Color convert

RGB 189 83 102 -
CMYK 0 0.56 0.46 0.26
HSL 349.25º 0.45% 0.53% -
HSV(B) 349.25º 0.56% 0.74% -
XYZ 26.48 17.96 14.64 -
YUV 116.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 189 83 102 0 0.56 0.46 0.26 349.25 0.45 0.53
Hex BD 53 66 0 38 2E 1A 15D 2D 35
Octal 275 123 146 0 70 56 32 535 55 65
Binary 10111101 1010011 1100110 0 111000 101110 11010 101011101 101101 110101

Color Harmonies of #BD5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5366

Black with #BD5366

Text Example


Text Example

White with #BD5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5366; }

 p { color: rgb(189,83,102); }

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

background-color css

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

 a { background-color: rgb(189,83,102); }

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

border-color css

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

 span { border-color: rgb(189,83,102); }

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