#BC692E

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

Shades of Christine #BC692E

Tints of Christine #BC692E

Color information

#BC692E (or 0xBC692E) is unknown color: approx Christine. HEX triplet: BC, 69 and 2E. RGB value is (188,105,46). Sum of RGB (Red+Green+Blue) = 188+105+46=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC692E is #4396D1. Grayscale: #7B7B7B. Windows color (decimal): -4429522 or 3041724. OLE color: 3041724.

HSL color Cylindrical-coordinate representation of color #BC692E: hue angle of 24.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC692E is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18810546-
CMYK00.440.760.26
HSL24.93º60.68%45.88%-
HSV(B)24.93º75.53%73.73%-
XYZ26.2820.995.25-
YUV123.0984.5174.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=55.46%
G=30.97%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881054600.440.760.2624.9360.6845.88
HexBC692E02C4C1A193d2e
Octal2741515605411432317556
Binary101111001101001101110010110010011001101011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC692E; }

 p { color: rgb(188,105,46); }

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

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

 a { background-color: rgb(188,105,46); }

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

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

 span { border-color: rgb(188,105,46); }

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