Html Css Color HEX #BD5368 Blush

📋 copy color: '#BD5368'

red 189 ◦ green 83 ◦ blue 104

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

Shades of Blush #BD5368

Tints of Blush #BD5368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 50.27%
G = 22.07%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD5368 (or 0xBD5368) is known color: Blush. HEX triplet: BD, 53 and 68. RGB value is (189,83,104). Sum of RGB (Red+Green+Blue) = 189+83+104=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5368 is #42AC97. Grayscale: #757575. Windows color (decimal): -4369560 or 6837181. OLE color: 6837181.

HSL color Cylindrical-coordinate representation of color #BD5368: hue angle of 348.11º 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 #BD5368 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 104 -
CMYK 0 0.56 0.45 0.26
HSL 348.11º 0.45% 0.53% -
HSV(B) 348.11º 0.56% 0.74% -
XYZ 26.58 18 15.17 -
YUV 117.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 189 83 104 0 0.56 0.45 0.26 348.11 0.45 0.53
Hex BD 53 68 0 38 2D 1A 15C 2D 35
Octal 275 123 150 0 70 55 32 534 55 65
Binary 10111101 1010011 1101000 0 111000 101101 11010 101011100 101101 110101

Color Harmonies of #BD5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5368

Black with #BD5368

Text Example


Text Example

White with #BD5368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5368; }

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

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

background-color css

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

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

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

border-color css

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

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

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