Html Css Color HEX #BD525F Blush

📋 copy color: '#BD525F'

red 189 ◦ green 82 ◦ blue 95

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

Shades of Blush #BD525F

Tints of Blush #BD525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 51.64%
G = 22.4%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD525F (or 0xBD525F) is known color: Blush. HEX triplet: BD, 52 and 5F. RGB value is (189,82,95). Sum of RGB (Red+Green+Blue) = 189+82+95=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD525F is #42ADA0. Grayscale: #737373. Windows color (decimal): -4369825 or 6247101. OLE color: 6247101.

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

Color convert

RGB 189 82 95 -
CMYK 0 0.57 0.50 0.26
HSL 352.71º 0.45% 0.53% -
HSV(B) 352.71º 0.57% 0.74% -
XYZ 26.07 17.68 12.86 -
YUV 115.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 189 82 95 0 0.57 0.50 0.26 352.71 0.45 0.53
Hex BD 52 5F 0 39 32 1A 161 2D 35
Octal 275 122 137 0 71 62 32 541 55 65
Binary 10111101 1010010 1011111 0 111001 110010 11010 101100001 101101 110101

Color Harmonies of #BD525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD525F

Black with #BD525F

Text Example


Text Example

White with #BD525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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