#BF571A

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

Shades of Christine #BF571A

Tints of Christine #BF571A

Color information

#BF571A (or 0xBF571A) is unknown color: approx Christine. HEX triplet: BF, 57 and 1A. RGB value is (191,87,26). Sum of RGB (Red+Green+Blue) = 191+87+26=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF571A is #40A8E5. Grayscale: #6F6F6F. Windows color (decimal): -4237542 or 1726399. OLE color: 1726399.

HSL color Cylindrical-coordinate representation of color #BF571A: hue angle of 22.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF571A is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1918726-
CMYK00.540.860.25
HSL22.18º76.04%42.55%-
HSV(B)22.18º86.39%74.9%-
XYZ25.0817.973.12-
YUV111.1479.96184.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=62.83%
G=28.62%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191872600.540.860.2522.1876.0442.55
HexBF571A0365619164c2b
Octal27712732066126312611453
Binary101111111010111110100110110101011011001101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF571A; }

 p { color: rgb(191,87,26); }

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

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

 a { background-color: rgb(191,87,26); }

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

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

 span { border-color: rgb(191,87,26); }

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