Html Css Color HEX #BD475F Blush

📋 copy color: '#BD475F'

red 189 ◦ green 71 ◦ blue 95

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

Shades of Blush #BD475F

Tints of Blush #BD475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 53.24%
G = 20%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD475F (or 0xBD475F) is known color: Blush. HEX triplet: BD, 47 and 5F. RGB value is (189,71,95). Sum of RGB (Red+Green+Blue) = 189+71+95=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD475F is #42B8A0. Grayscale: #6D6D6D. Windows color (decimal): -4372641 or 6244285. OLE color: 6244285.

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

Color convert

RGB 189 71 95 -
CMYK 0 0.62 0.50 0.26
HSL 347.8º 0.47% 0.51% -
HSV(B) 347.8º 0.62% 0.74% -
XYZ 25.31 16.15 12.61 -
YUV 109.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 189 71 95 0 0.62 0.50 0.26 347.8 0.47 0.51
Hex BD 47 5F 0 3E 32 1A 15C 2F 33
Octal 275 107 137 0 76 62 32 534 57 63
Binary 10111101 1000111 1011111 0 111110 110010 11010 101011100 101111 110011

Color Harmonies of #BD475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD475F

Black with #BD475F

Text Example


Text Example

White with #BD475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD475F; }

 p { color: rgb(189,71,95); }

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

background-color css

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

 a { background-color: rgb(189,71,95); }

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

border-color css

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

 span { border-color: rgb(189,71,95); }

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