#BF6329

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

Shades of Christine #BF6329

Tints of Christine #BF6329

Color information

#BF6329 (or 0xBF6329) is unknown color: approx Christine. HEX triplet: BF, 63 and 29. RGB value is (191,99,41). Sum of RGB (Red+Green+Blue) = 191+99+41=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6329 is #409CD6. Grayscale: #787878. Windows color (decimal): -4234455 or 2712511. OLE color: 2712511.

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

Color convert

RGB1919941-
CMYK00.480.790.25
HSL23.2º64.66%45.49%-
HSV(B)23.2º78.53%74.9%-
XYZ26.3520.164.6-
YUV119.983.48178.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=57.70%
G=29.91%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191994100.480.790.2523.264.6645.49
HexBF63290304F1917412d
Octal27714351060117312710155
Binary1011111111000111010010110000100111111001101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6329; }

 p { color: rgb(191,99,41); }

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

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

 a { background-color: rgb(191,99,41); }

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

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

 span { border-color: rgb(191,99,41); }

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