Html Css Color HEX #BD514A Sunset

📋 copy color: '#BD514A'

red 189 ◦ green 81 ◦ blue 74

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

Shades of Sunset #BD514A

Tints of Sunset #BD514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 54.94%
G = 23.55%
B = 21.51%

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

#BD514A (or 0xBD514A) is known color: Sunset. HEX triplet: BD, 51 and 4A. RGB value is (189,81,74). Sum of RGB (Red+Green+Blue) = 189+81+74=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD514A is #42AEB5. Grayscale: #707070. Windows color (decimal): -4370102 or 4870589. OLE color: 4870589.

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

Color convert

RGB 189 81 74 -
CMYK 0 0.57 0.61 0.26
HSL 3.65º 0.47% 0.52% -
HSV(B) 3.65º 0.61% 0.74% -
XYZ 25.16 17.2 8.47 -
YUV 112.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 189 81 74 0 0.57 0.61 0.26 3.65 0.47 0.52
Hex BD 51 4A 0 39 3D 1A 4 2F 34
Octal 275 121 112 0 71 75 32 4 57 64
Binary 10111101 1010001 1001010 0 111001 111101 11010 100 101111 110100

Color Harmonies of #BD514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD514A

Black with #BD514A

Text Example


Text Example

White with #BD514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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