Html Css Color HEX #BD5047 Sunset

📋 copy color: '#BD5047'

red 189 ◦ green 80 ◦ blue 71

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

Shades of Sunset #BD5047

Tints of Sunset #BD5047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.88%

R = 55.59%
G = 23.53%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD5047 (or 0xBD5047) is known color: Sunset. HEX triplet: BD, 50 and 47. RGB value is (189,80,71). Sum of RGB (Red+Green+Blue) = 189+80+71=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5047 is #42AFB8. Grayscale: #6F6F6F. Windows color (decimal): -4370361 or 4673725. OLE color: 4673725.

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

Color convert

RGB 189 80 71 -
CMYK 0 0.58 0.62 0.26
HSL 4.58º 0.47% 0.51% -
HSV(B) 4.58º 0.62% 0.74% -
XYZ 24.99 17.01 7.93 -
YUV 111.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 189 80 71 0 0.58 0.62 0.26 4.58 0.47 0.51
Hex BD 50 47 0 3A 3E 1A 5 2F 33
Octal 275 120 107 0 72 76 32 5 57 63
Binary 10111101 1010000 1000111 0 111010 111110 11010 101 101111 110011

Color Harmonies of #BD5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5047

Black with #BD5047

Text Example


Text Example

White with #BD5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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