Html Css Color HEX #BD485F Blush

📋 copy color: '#BD485F'

red 189 ◦ green 72 ◦ blue 95

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

Shades of Blush #BD485F

Tints of Blush #BD485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 53.09%
G = 20.22%
B = 26.69%

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

#BD485F (or 0xBD485F) is known color: Blush. HEX triplet: BD, 48 and 5F. RGB value is (189,72,95). Sum of RGB (Red+Green+Blue) = 189+72+95=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD485F is #42B7A0. Grayscale: #6D6D6D. Windows color (decimal): -4372385 or 6244541. OLE color: 6244541.

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

Color convert

RGB 189 72 95 -
CMYK 0 0.62 0.50 0.26
HSL 348.21º 0.47% 0.51% -
HSV(B) 348.21º 0.62% 0.74% -
XYZ 25.37 16.28 12.63 -
YUV 109.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 189 72 95 0 0.62 0.50 0.26 348.21 0.47 0.51
Hex BD 48 5F 0 3E 32 1A 15C 2F 33
Octal 275 110 137 0 76 62 32 534 57 63
Binary 10111101 1001000 1011111 0 111110 110010 11010 101011100 101111 110011

Color Harmonies of #BD485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD485F

Black with #BD485F

Text Example


Text Example

White with #BD485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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