Html Css Color HEX #BF504E Sunset

📋 copy color: '#BF504E'

red 191 ◦ green 80 ◦ blue 78

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

Shades of Sunset #BF504E

Tints of Sunset #BF504E

RGB

 RED value IS 191 (75% from 255) = 54.73%

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

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 54.73%
G = 22.92%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF504E (or 0xBF504E) is known color: Sunset. HEX triplet: BF, 50 and 4E. RGB value is (191,80,78). Sum of RGB (Red+Green+Blue) = 191+80+78=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF504E is #40AFB1. Grayscale: #717171. Windows color (decimal): -4239282 or 5132479. OLE color: 5132479.

HSL color Cylindrical-coordinate representation of color #BF504E: hue angle of 1.06º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF504E is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 78 -
CMYK 0 0.58 0.59 0.25
HSL 1.06º 0.47% 0.53% -
HSV(B) 1.06º 0.59% 0.75% -
XYZ 25.73 17.36 9.2 -
YUV 112.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 191 80 78 0 0.58 0.59 0.25 1.06 0.47 0.53
Hex BF 50 4E 0 3A 3B 19 1 2F 35
Octal 277 120 116 0 72 73 31 1 57 65
Binary 10111111 1010000 1001110 0 111010 111011 11001 1 101111 110101

Color Harmonies of #BF504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF504E

Black with #BF504E

Text Example


Text Example

White with #BF504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF504E; }

 p { color: rgb(191,80,78); }

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

background-color css

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

 a { background-color: rgb(191,80,78); }

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

border-color css

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

 span { border-color: rgb(191,80,78); }

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