#BF6A24

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

Shades of Christine #BF6A24

Tints of Christine #BF6A24

Color information

#BF6A24 (or 0xBF6A24) is unknown color: approx Christine. HEX triplet: BF, 6A and 24. RGB value is (191,106,36). Sum of RGB (Red+Green+Blue) = 191+106+36=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A24 is #4095DB. Grayscale: #7B7B7B. Windows color (decimal): -4232668 or 2386623. OLE color: 2386623.

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

Color convert

RGB19110636-
CMYK00.450.810.25
HSL27.1º68.28%44.51%-
HSV(B)27.1º81.15%74.9%-
XYZ26.9621.514.4-
YUV123.4378.66176.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=57.36%
G=31.83%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911063600.450.810.2527.168.2844.51
HexBF6A2402D51191b442d
Octal27715244055121313310455
Binary1011111111010101001000101101101000111001110111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A24; }

 p { color: rgb(191,106,36); }

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

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

 a { background-color: rgb(191,106,36); }

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

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

 span { border-color: rgb(191,106,36); }

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