Html Css Color HEX #BD535F Blush

📋 copy color: '#BD535F'

red 189 ◦ green 83 ◦ blue 95

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

Shades of Blush #BD535F

Tints of Blush #BD535F

RGB

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

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

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

R = 51.5%
G = 22.62%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD535F (or 0xBD535F) is known color: Blush. HEX triplet: BD, 53 and 5F. RGB value is (189,83,95). Sum of RGB (Red+Green+Blue) = 189+83+95=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD535F is #42ACA0. Grayscale: #747474. Windows color (decimal): -4369569 or 6247357. OLE color: 6247357.

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

Color convert

RGB 189 83 95 -
CMYK 0 0.56 0.50 0.26
HSL 353.21º 0.45% 0.53% -
HSV(B) 353.21º 0.56% 0.74% -
XYZ 26.15 17.83 12.89 -
YUV 116.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 189 83 95 0 0.56 0.50 0.26 353.21 0.45 0.53
Hex BD 53 5F 0 38 32 1A 161 2D 35
Octal 275 123 137 0 70 62 32 541 55 65
Binary 10111101 1010011 1011111 0 111000 110010 11010 101100001 101101 110101

Color Harmonies of #BD535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD535F

Black with #BD535F

Text Example


Text Example

White with #BD535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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