#BF5B26

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

Shades of Christine #BF5B26

Tints of Christine #BF5B26

Color information

#BF5B26 (or 0xBF5B26) is unknown color: approx Christine. HEX triplet: BF, 5B and 26. RGB value is (191,91,38). Sum of RGB (Red+Green+Blue) = 191+91+38=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B26 is #40A4D9. Grayscale: #737373. Windows color (decimal): -4236506 or 2513855. OLE color: 2513855.

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

Color convert

RGB1919138-
CMYK00.520.800.25
HSL20.78º66.81%44.9%-
HSV(B)20.78º80.1%74.9%-
XYZ25.5818.74.09-
YUV114.8684.63182.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=59.69%
G=28.44%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191913800.520.800.2520.7866.8144.9
HexBF5B26034501915432d
Octal27713346064120312510355
Binary1011111110110111001100110100101000011001101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B26; }

 p { color: rgb(191,91,38); }

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

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

 a { background-color: rgb(191,91,38); }

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

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

 span { border-color: rgb(191,91,38); }

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