Html Css Color HEX #BD5B73 Blush

📋 copy color: '#BD5B73'

red 189 ◦ green 91 ◦ blue 115

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

Shades of Blush #BD5B73

Tints of Blush #BD5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 47.85%
G = 23.04%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD5B73 (or 0xBD5B73) is known color: Blush. HEX triplet: BD, 5B and 73. RGB value is (189,91,115). Sum of RGB (Red+Green+Blue) = 189+91+115=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B73 is #42A48C. Grayscale: #7B7B7B. Windows color (decimal): -4367501 or 7560125. OLE color: 7560125.

HSL color Cylindrical-coordinate representation of color #BD5B73: hue angle of 345.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5B73 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 91 115 -
CMYK 0 0.52 0.39 0.26
HSL 345.31º 0.43% 0.55% -
HSV(B) 345.31º 0.52% 0.74% -
XYZ 27.82 19.54 18.52 -
YUV 123.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 189 91 115 0 0.52 0.39 0.26 345.31 0.43 0.55
Hex BD 5B 73 0 34 27 1A 159 2B 37
Octal 275 133 163 0 64 47 32 531 53 67
Binary 10111101 1011011 1110011 0 110100 100111 11010 101011001 101011 110111

Color Harmonies of #BD5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B73

Black with #BD5B73

Text Example


Text Example

White with #BD5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B73; }

 p { color: rgb(189,91,115); }

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

background-color css

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

 a { background-color: rgb(189,91,115); }

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

border-color css

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

 span { border-color: rgb(189,91,115); }

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