Html Css Color HEX #BD5C75 Blush

📋 copy color: '#BD5C75'

red 189 ◦ green 92 ◦ blue 117

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

Shades of Blush #BD5C75

Tints of Blush #BD5C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 47.49%
G = 23.12%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5C75 (or 0xBD5C75) is known color: Blush. HEX triplet: BD, 5C and 75. RGB value is (189,92,117). Sum of RGB (Red+Green+Blue) = 189+92+117=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C75 is #42A38A. Grayscale: #7B7B7B. Windows color (decimal): -4367243 or 7691453. OLE color: 7691453.

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

Color convert

RGB 189 92 117 -
CMYK 0 0.51 0.38 0.26
HSL 344.54º 0.42% 0.55% -
HSV(B) 344.54º 0.51% 0.74% -
XYZ 28.02 19.76 19.17 -
YUV 123.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 189 92 117 0 0.51 0.38 0.26 344.54 0.42 0.55
Hex BD 5C 75 0 33 26 1A 159 2A 37
Octal 275 134 165 0 63 46 32 531 52 67
Binary 10111101 1011100 1110101 0 110011 100110 11010 101011001 101010 110111

Color Harmonies of #BD5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C75

Black with #BD5C75

Text Example


Text Example

White with #BD5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C75; }

 p { color: rgb(189,92,117); }

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

background-color css

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

 a { background-color: rgb(189,92,117); }

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

border-color css

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

 span { border-color: rgb(189,92,117); }

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