#BF4B4A

Color #BF4B4A Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #BF4B4A

Tints of Sunset #BF4B4A

Color information

#BF4B4A (or 0xBF4B4A) is unknown color: approx Sunset. HEX triplet: BF, 4B and 4A. RGB value is (191,75,74). Sum of RGB (Red+Green+Blue) = 191+75+74=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B4A is #40B4B5. Grayscale: #6D6D6D. Windows color (decimal): -4240566 or 4869055. OLE color: 4869055.

HSL color Cylindrical-coordinate representation of color #BF4B4A: hue angle of 0.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B4A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1917574-
CMYK00.610.610.25
HSL0.51º47.76%51.96%-
HSV(B)0.51º61.26%74.9%-
XYZ25.2416.68.35-
YUV109.57107.93186.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=56.18%
G=22.06%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191757400.610.610.250.5147.7651.96
HexBF4B4A03D3D1913034
Octal277113112075753116064
Binary10111111100101110010100111101111101110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B4A; }

 p { color: rgb(191,75,74); }

 H1.HeaderClassName
 {
   color: #BF4B4A;
 }
 .AnyTagClassName
 {
   color: #BF4B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(191,75,74); }

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

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

 span { border-color: rgb(191,75,74); }

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