Html Css Color HEX #BD5066 Blush

📋 copy color: '#BD5066'

red 189 ◦ green 80 ◦ blue 102

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

Shades of Blush #BD5066

Tints of Blush #BD5066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 50.94%
G = 21.56%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD5066 (or 0xBD5066) is known color: Blush. HEX triplet: BD, 50 and 66. RGB value is (189,80,102). Sum of RGB (Red+Green+Blue) = 189+80+102=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5066 is #42AF99. Grayscale: #737373. Windows color (decimal): -4370330 or 6705341. OLE color: 6705341.

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

Color convert

RGB 189 80 102 -
CMYK 0 0.58 0.46 0.26
HSL 347.89º 0.45% 0.53% -
HSV(B) 347.89º 0.58% 0.74% -
XYZ 26.25 17.52 14.57 -
YUV 115.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 189 80 102 0 0.58 0.46 0.26 347.89 0.45 0.53
Hex BD 50 66 0 3A 2E 1A 15C 2D 35
Octal 275 120 146 0 72 56 32 534 55 65
Binary 10111101 1010000 1100110 0 111010 101110 11010 101011100 101101 110101

Color Harmonies of #BD5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5066

Black with #BD5066

Text Example


Text Example

White with #BD5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5066; }

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

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

background-color css

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

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

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

border-color css

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

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

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