Html Css Color HEX #BD5449 Sunset

📋 copy color: '#BD5449'

red 189 ◦ green 84 ◦ blue 73

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

Shades of Sunset #BD5449

Tints of Sunset #BD5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 54.62%
G = 24.28%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5449 (or 0xBD5449) is known color: Sunset. HEX triplet: BD, 54 and 49. RGB value is (189,84,73). Sum of RGB (Red+Green+Blue) = 189+84+73=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5449 is #42ABB6. Grayscale: #727272. Windows color (decimal): -4369335 or 4805821. OLE color: 4805821.

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

Color convert

RGB 189 84 73 -
CMYK 0 0.56 0.61 0.26
HSL 5.69º 0.47% 0.51% -
HSV(B) 5.69º 0.61% 0.74% -
XYZ 25.36 17.64 8.37 -
YUV 114.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 189 84 73 0 0.56 0.61 0.26 5.69 0.47 0.51
Hex BD 54 49 0 38 3D 1A 6 2F 33
Octal 275 124 111 0 70 75 32 6 57 63
Binary 10111101 1010100 1001001 0 111000 111101 11010 110 101111 110011

Color Harmonies of #BD5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5449

Black with #BD5449

Text Example


Text Example

White with #BD5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5449; }

 p { color: rgb(189,84,73); }

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

background-color css

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

 a { background-color: rgb(189,84,73); }

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

border-color css

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

 span { border-color: rgb(189,84,73); }

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