Html Css Color HEX #BD5049 Sunset

📋 copy color: '#BD5049'

red 189 ◦ green 80 ◦ blue 73

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

Shades of Sunset #BD5049

Tints of Sunset #BD5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 55.26%
G = 23.39%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5049 (or 0xBD5049) is known color: Sunset. HEX triplet: BD, 50 and 49. RGB value is (189,80,73). Sum of RGB (Red+Green+Blue) = 189+80+73=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5049 is #42AFB6. Grayscale: #6F6F6F. Windows color (decimal): -4370359 or 4804797. OLE color: 4804797.

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

Color convert

RGB 189 80 73 -
CMYK 0 0.58 0.61 0.26
HSL 3.62º 0.47% 0.51% -
HSV(B) 3.62º 0.61% 0.74% -
XYZ 25.06 17.04 8.27 -
YUV 111.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 189 80 73 0 0.58 0.61 0.26 3.62 0.47 0.51
Hex BD 50 49 0 3A 3D 1A 4 2F 33
Octal 275 120 111 0 72 75 32 4 57 63
Binary 10111101 1010000 1001001 0 111010 111101 11010 100 101111 110011

Color Harmonies of #BD5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5049

Black with #BD5049

Text Example


Text Example

White with #BD5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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