#BF621C

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

Shades of Christine #BF621C

Tints of Christine #BF621C

Color information

#BF621C (or 0xBF621C) is unknown color: approx Christine. HEX triplet: BF, 62 and 1C. RGB value is (191,98,28). Sum of RGB (Red+Green+Blue) = 191+98+28=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF621C is #409DE3. Grayscale: #767676. Windows color (decimal): -4234724 or 1860287. OLE color: 1860287.

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

Color convert

RGB1919828-
CMYK00.490.850.25
HSL25.77º74.43%42.94%-
HSV(B)25.77º85.34%74.9%-
XYZ26.0619.93.57-
YUV117.8377.31180.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=60.25%
G=30.91%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191982800.490.850.2525.7774.4342.94
HexBF621C03155191a4a2b
Octal27714234061125313211253
Binary101111111100010111000110001101010111001110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF621C; }

 p { color: rgb(191,98,28); }

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

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

 a { background-color: rgb(191,98,28); }

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

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

 span { border-color: rgb(191,98,28); }

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