Html Css Color HEX #BD5A74 Blush

📋 copy color: '#BD5A74'

red 189 ◦ green 90 ◦ blue 116

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

Shades of Blush #BD5A74

Tints of Blush #BD5A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 47.85%
G = 22.78%
B = 29.37%

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

#BD5A74 (or 0xBD5A74) is known color: Blush. HEX triplet: BD, 5A and 74. RGB value is (189,90,116). Sum of RGB (Red+Green+Blue) = 189+90+116=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A74 is #42A58B. Grayscale: #7A7A7A. Windows color (decimal): -4367756 or 7625405. OLE color: 7625405.

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

Color convert

RGB 189 90 116 -
CMYK 0 0.52 0.39 0.26
HSL 344.24º 0.43% 0.55% -
HSV(B) 344.24º 0.52% 0.74% -
XYZ 27.79 19.39 18.8 -
YUV 122.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 189 90 116 0 0.52 0.39 0.26 344.24 0.43 0.55
Hex BD 5A 74 0 34 27 1A 158 2B 37
Octal 275 132 164 0 64 47 32 530 53 67
Binary 10111101 1011010 1110100 0 110100 100111 11010 101011000 101011 110111

Color Harmonies of #BD5A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A74

Black with #BD5A74

Text Example


Text Example

White with #BD5A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A74; }

 p { color: rgb(189,90,116); }

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

background-color css

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

 a { background-color: rgb(189,90,116); }

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

border-color css

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

 span { border-color: rgb(189,90,116); }

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