Html Css Color HEX #BD514C Sunset

📋 copy color: '#BD514C'

red 189 ◦ green 81 ◦ blue 76

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

Shades of Sunset #BD514C

Tints of Sunset #BD514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 54.62%
G = 23.41%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD514C (or 0xBD514C) is known color: Sunset. HEX triplet: BD, 51 and 4C. RGB value is (189,81,76). Sum of RGB (Red+Green+Blue) = 189+81+76=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD514C is #42AEB3. Grayscale: #707070. Windows color (decimal): -4370100 or 5001661. OLE color: 5001661.

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

Color convert

RGB 189 81 76 -
CMYK 0 0.57 0.60 0.26
HSL 2.65º 0.46% 0.52% -
HSV(B) 2.65º 0.6% 0.74% -
XYZ 25.23 17.23 8.83 -
YUV 112.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 189 81 76 0 0.57 0.60 0.26 2.65 0.46 0.52
Hex BD 51 4C 0 39 3C 1A 3 2E 34
Octal 275 121 114 0 71 74 32 3 56 64
Binary 10111101 1010001 1001100 0 111001 111100 11010 11 101110 110100

Color Harmonies of #BD514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD514C

Black with #BD514C

Text Example


Text Example

White with #BD514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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