Html Css Color HEX #BD5149 Sunset

📋 copy color: '#BD5149'

red 189 ◦ green 81 ◦ blue 73

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

Shades of Sunset #BD5149

Tints of Sunset #BD5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 55.1%
G = 23.62%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5149 (or 0xBD5149) is known color: Sunset. HEX triplet: BD, 51 and 49. RGB value is (189,81,73). Sum of RGB (Red+Green+Blue) = 189+81+73=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5149 is #42AEB6. Grayscale: #707070. Windows color (decimal): -4370103 or 4805053. OLE color: 4805053.

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

Color convert

RGB 189 81 73 -
CMYK 0 0.57 0.61 0.26
HSL 4.14º 0.47% 0.51% -
HSV(B) 4.14º 0.61% 0.74% -
XYZ 25.13 17.18 8.3 -
YUV 112.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 189 81 73 0 0.57 0.61 0.26 4.14 0.47 0.51
Hex BD 51 49 0 39 3D 1A 4 2F 33
Octal 275 121 111 0 71 75 32 4 57 63
Binary 10111101 1010001 1001001 0 111001 111101 11010 100 101111 110011

Color Harmonies of #BD5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5149

Black with #BD5149

Text Example


Text Example

White with #BD5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5149; }

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

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

background-color css

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

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

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

border-color css

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

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

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