#bf6b22

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

Shades of Christine #BF6B22

Tints of Christine #BF6B22

Color information

#BF6B22 (or 0xBF6B22) is unknown color: approx Christine. HEX triplet: BF, 6B and 22. RGB value is (191,107,34). Sum of RGB (Red+Green+Blue) = 191+107+34=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B22 is #4094DD. Grayscale: #7C7C7C. Windows color (decimal): -4232414 or 2255807. OLE color: 2255807.

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

Color convert

RGB19110734-
CMYK00.440.820.25
HSL27.9º69.78%44.12%-
HSV(B)27.9º82.2%74.9%-
XYZ27.0321.714.28-
YUV123.7977.33175.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=57.53%
G=32.23%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911073400.440.820.2527.969.7844.12
HexBF6B2202C52191c462c
Octal27715342054122313410654
Binary1011111111010111000100101100101001011001111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6b22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6b22; }

 p { color: rgb(191,107,34); }

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

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

 a { background-color: rgb(191,107,34); }

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

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

 span { border-color: rgb(191,107,34); }

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