#BF6230

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

Shades of Christine #BF6230

Tints of Christine #BF6230

Color information

#BF6230 (or 0xBF6230) is unknown color: approx Christine. HEX triplet: BF, 62 and 30. RGB value is (191,98,48). Sum of RGB (Red+Green+Blue) = 191+98+48=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6230 is #409DCF. Grayscale: #787878. Windows color (decimal): -4234704 or 3171007. OLE color: 3171007.

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

Color convert

RGB1919848-
CMYK00.490.750.25
HSL20.98º59.83%46.86%-
HSV(B)20.98º74.87%74.9%-
XYZ26.3920.035.27-
YUV120.1187.31178.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=56.68%
G=29.08%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191984800.490.750.2520.9859.8346.86
HexBF62300314B19153c2f
Octal2771426006111331257457
Binary101111111100010110000011000110010111100110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6230; }

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

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

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

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

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

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

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

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