#BF6231

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

Shades of Christine #BF6231

Tints of Christine #BF6231

Color information

#BF6231 (or 0xBF6231) is unknown color: approx Christine. HEX triplet: BF, 62 and 31. RGB value is (191,98,49). Sum of RGB (Red+Green+Blue) = 191+98+49=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6231 is #409DCE. Grayscale: #787878. Windows color (decimal): -4234703 or 3236543. OLE color: 3236543.

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

Color convert

RGB1919849-
CMYK00.490.740.25
HSL20.7º59.17%47.06%-
HSV(B)20.7º74.35%74.9%-
XYZ26.4120.035.38-
YUV120.2287.81178.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=56.51%
G=28.99%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191984900.490.740.2520.759.1747.06
HexBF62310314A19153b2f
Octal2771426106111231257357
Binary101111111100010110001011000110010101100110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6231; }

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

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

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

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

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

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

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

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